From: Roland Häder <roland@mxchange.org>
Date: Mon, 18 Apr 2011 19:39:02 +0000 (+0000)
Subject: Some string cosmetics
X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=e3b8177e911173c2b72d5cb427c1645209ee4ae6;p=hub.git

Some string cosmetics
---

diff --git a/application/hub/main/nodes/class_BaseHubNode.php b/application/hub/main/nodes/class_BaseHubNode.php
index c6e4dc051..f3a244107 100644
--- a/application/hub/main/nodes/class_BaseHubNode.php
+++ b/application/hub/main/nodes/class_BaseHubNode.php
@@ -453,7 +453,7 @@ class BaseHubNode extends BaseHubSystem implements Updateable {
 		} // END - if
 
 		// Debug output
-		$this->debugOutput('HUB: Announcement: 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('HUB: Announcement: FINISHED');
+		$this->debugOutput('HUB-Announcement: FINISHED');
 	}
 
 	/**