]> git.mxchange.org Git - hub.git/commitdiff
Some string cosmetics
authorRoland Häder <roland@mxchange.org>
Mon, 18 Apr 2011 19:39:02 +0000 (19:39 +0000)
committerRoland Häder <roland@mxchange.org>
Mon, 18 Apr 2011 19:39:02 +0000 (19:39 +0000)
application/hub/main/nodes/class_BaseHubNode.php

index c6e4dc051cbd016e3e5965916509202fca9e29dc..f3a244107719341c8d92ff1ecc039f68c1029aea 100644 (file)
@@ -453,7 +453,7 @@ class BaseHubNode extends BaseHubSystem implements Updateable {
                } // END - if
 
                // Debug output
-               $this->debugOutput('HUBAnnouncement: START (taskInstance=' . $taskInstance->__toString(). ')');
+               $this->debugOutput('HUB-Announcement: START (taskInstance=' . $taskInstance->__toString(). ')');
 
                // Get a helper instance
                $helperInstance = ObjectFactory::createObjectByConfiguredName('hub_announcement_helper_class', array($this));
@@ -474,7 +474,7 @@ class BaseHubNode extends BaseHubSystem implements Updateable {
                $this->getStateInstance()->nodeAnnouncedToUpperHubs();
 
                // Debug output
-               $this->debugOutput('HUBAnnouncement: FINISHED');
+               $this->debugOutput('HUB-Announcement: FINISHED');
        }
 
        /**