Noisy debug line re-enabled.
authorRoland Haeder <roland@mxchange.org>
Sun, 24 May 2015 21:06:11 +0000 (23:06 +0200)
committerRoland Haeder <roland@mxchange.org>
Sun, 24 May 2015 21:06:11 +0000 (23:06 +0200)
Signed-off-by: Roland Haeder <roland@mxchange.org>
application/hub/main/handler/protocol/class_BaseProtocolHandler.php

index d769cde79c5fc77f4082a7a76cdfc01f17cb1b01..3a840767adc4f447fef2f7ba3f79a20152d9b1c1 100644 (file)
@@ -209,7 +209,7 @@ class BaseProtocolHandler extends BaseHandler {
                $internalUnl = HubTools::determineOwnInternalAddress();
 
                // Debug message
-               //* NOISY-DEBUG: */ self::createDebugInstance(__CLASS__)->debugOutput('[' . __METHOD__ . ':' . __LINE__ . ']: currentUnl=' . $currentUnl . ',externalUnl=' . $externalUnl . ',internalUnl=' . $internalUnl);
+               /* NOISY-DEBUG: */ self::createDebugInstance(__CLASS__)->debugOutput('[' . __METHOD__ . ':' . __LINE__ . ']: currentUnl=' . $currentUnl . ',externalUnl=' . $externalUnl . ',internalUnl=' . $internalUnl);
                //* DIE-DEBUG: */ die(__METHOD__.':currentUnl=' . $currentUnl . ',this='.print_r($this, TRUE));
 
                // Is it the same?