From ef65800929aaba51c29e9fa3d8994005e7a67fe5 Mon Sep 17 00:00:00 2001
From: Roland Haeder <roland@mxchange.org>
Date: Sun, 24 May 2015 23:06:11 +0200
Subject: [PATCH] Noisy debug line re-enabled.

Signed-off-by: Roland Haeder <roland@mxchange.org>
---
 .../hub/main/handler/protocol/class_BaseProtocolHandler.php     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/application/hub/main/handler/protocol/class_BaseProtocolHandler.php b/application/hub/main/handler/protocol/class_BaseProtocolHandler.php
index d769cde79..3a840767a 100644
--- a/application/hub/main/handler/protocol/class_BaseProtocolHandler.php
+++ b/application/hub/main/handler/protocol/class_BaseProtocolHandler.php
@@ -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?
-- 
2.39.5