]> git.mxchange.org Git - hub.git/commitdiff
One was to noisy, added another.
authorRoland Haeder <roland@mxchange.org>
Sun, 16 Feb 2014 00:32:42 +0000 (01:32 +0100)
committerRoland Haeder <roland@mxchange.org>
Sun, 16 Feb 2014 00:32:42 +0000 (01:32 +0100)
Signed-off-by: Roland Haeder <roland@mxchange.org>
application/hub/main/handler/chunks/class_ChunkHandler.php

index b4d2fdc4965294d62f729eecbfc548ab336593c6..79a08dd0eead52515046a54b7626b0ffc4012ca1 100644 (file)
@@ -560,7 +560,7 @@ class ChunkHandler extends BaseHandler implements HandleableChunks, Registerable
         */
        public function ifRawPackageDataIsAvailable () {
                // Check it
-               /* NOISY-DEBUG: */ self::createDebugInstance(__CLASS__)->debugOutput('CHUNK-HANDLER[' . __METHOD__ . ':' . __LINE__ . ']: this->rawPackageData()=' . strlen($this->rawPackageData) . ',ifUnassembledChunksAvailable()=' . intval($this->ifUnassembledChunksAvailable()));
+               //* NOISY-DEBUG: */ self::createDebugInstance(__CLASS__)->debugOutput('CHUNK-HANDLER[' . __METHOD__ . ':' . __LINE__ . ']: this->rawPackageData()=' . strlen($this->rawPackageData) . ',ifUnassembledChunksAvailable()=' . intval($this->ifUnassembledChunksAvailable()));
                $isRawPackageDataAvailable = ((!empty($this->rawPackageData)) && (!$this->ifUnassembledChunksAvailable()));
 
                // Return it
@@ -579,6 +579,7 @@ class ChunkHandler extends BaseHandler implements HandleableChunks, Registerable
                assert($this->ifRawPackageDataIsAvailable());
 
                // Then feed it into the next stacker
+               /* NOISY-DEBUG: */ self::createDebugInstance(__CLASS__)->debugOutput('CHUNK-HANDLER[' . __METHOD__ . ':' . __LINE__ . ']: Pushing ' . strlen($this->rawPackageData) . ' bytes to stack ' . self::STACKER_NAME_ASSEMBLED_RAW_DATA . ' ...');
                $this->getStackerInstance()->pushNamed(self::STACKER_NAME_ASSEMBLED_RAW_DATA, $this->rawPackageData);
 
                // ... and reset it