]> git.mxchange.org Git - hub.git/commitdiff
Continued:
authorRoland Häder <roland@mxchange.org>
Mon, 26 Oct 2020 16:55:01 +0000 (17:55 +0100)
committerRoland Häder <roland@mxchange.org>
Mon, 26 Oct 2020 16:55:01 +0000 (17:55 +0100)
- commented out print_r() debug line

Signed-off-by: Roland Häder <roland@mxchange.org>
application/hub/classes/container/socket/class_SocketContainer.php

index bc3abcdddc78d794516bedca328475c7f2acc53f..d0ab636ce5755f3b19fc94bba638a484b14852b7 100644 (file)
@@ -1046,7 +1046,7 @@ class SocketContainer extends BaseHubContainer implements StorableSocket, Visita
        public function writeBufferToSocketByArray (array &$socketBuffer, &$sentBytes) {
                // Trace message
                /* NOISY-DEBUG: */ self::createDebugInstance(__CLASS__, __LINE__)->debugOutput(sprintf('%s-SOCKET: socketBuffer()=%d,sentBytes=%d - CALLED!', strtoupper($this->getSocketProtocol()), count($socketBuffer), $sentBytes));
-               /* NOISY-DEBUG: */ self::createDebugInstance(__CLASS__, __LINE__)->debugOutput(sprintf('%s-SOCKET: socketBuffer=%s', strtoupper($this->getSocketProtocol()), print_r($socketBuffer, TRUE)));
+               //* NOISY-DEBUG: */ self::createDebugInstance(__CLASS__, __LINE__)->debugOutput(sprintf('%s-SOCKET: socketBuffer=%s', strtoupper($this->getSocketProtocol()), print_r($socketBuffer, TRUE)));
 
                // Should be valid socket
                if (!$this->isValidSocket()) {