From: Roland Häder Date: Sat, 19 May 2012 17:11:59 +0000 (+0000) Subject: Debug line is really noisy X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=975923396981aaf6a1fed1c92b021d7c28971827;p=hub.git Debug line is really noisy --- diff --git a/application/hub/main/listener/tcp/class_TcpListener.php b/application/hub/main/listener/tcp/class_TcpListener.php index 44313664a..c0b98e413 100644 --- a/application/hub/main/listener/tcp/class_TcpListener.php +++ b/application/hub/main/listener/tcp/class_TcpListener.php @@ -224,7 +224,7 @@ class TcpListener extends BaseListener implements Listenable { } // END - if // Debug message - /* NOISY-DEBUG: */ $this->debugOutput('TCP-LISTENER: server=' . $this->getSocketResource() . ',readers=' . print_r($readers, true)); + //* NOISY-DEBUG: */ $this->debugOutput('TCP-LISTENER: serverSocket=' . $this->getSocketResource() . ',readers=' . print_r($readers, true)); // Do we have changed peers? if (in_array($this->getSocketResource(), $readers)) {