]> git.mxchange.org Git - hub.git/commitdiff
Prefix added
authorRoland Häder <roland@mxchange.org>
Wed, 8 Jul 2009 21:16:28 +0000 (21:16 +0000)
committerRoland Häder <roland@mxchange.org>
Wed, 8 Jul 2009 21:16:28 +0000 (21:16 +0000)
application/hub/main/nodes/class_BaseHubNode.php

index 5bf97fb0af20a1351ea11edead339f1034cdd240..2830144acd2283df866c56ba689b7bf217936232 100644 (file)
@@ -101,7 +101,7 @@ class BaseHubNode extends BaseHubSystem implements Updateable {
                                $this->bootIpPort = $ipPort;
 
                                // Output message
-                               $this->getDebugInstance()->output(__FUNCTION__.'['.__LINE__.']: IP matches remote address ' . $ipPort . '.');
+                               $this->getDebugInstance()->output('BOOTSTRAP: ' . __FUNCTION__ . '[' . __LINE__ . ']: IP matches remote address ' . $ipPort . '.');
 
                                // Stop further searching
                                break;
@@ -114,7 +114,7 @@ class BaseHubNode extends BaseHubSystem implements Updateable {
                                $this->bootIpPort = $ipPort;
 
                                // Output message
-                               $this->getDebugInstance()->output(__FUNCTION__.'['.__LINE__.']: IP matches listen address ' . $ipPort . '.');
+                               $this->getDebugInstance()->output('BOOTSTRAP: ' . __FUNCTION__ . '[' . __LINE__ . ']: IP matches listen address ' . $ipPort . '.');
 
                                // Stop further searching
                                break;