]> git.mxchange.org Git - hub.git/commitdiff
Added logger for raw pending data.
authorRoland Haeder <roland@mxchange.org>
Tue, 25 Mar 2014 22:12:18 +0000 (23:12 +0100)
committerRoland Haeder <roland@mxchange.org>
Tue, 25 Mar 2014 22:12:18 +0000 (23:12 +0100)
Signed-off-by: Roland Haeder <roland@mxchange.org>
application/hub/main/package/assembler/class_PackageAssembler.php

index 6939649d26b5a591fd175573f75b117c7c0ae526..a05490c0911f6d47b9b0cb07615bc0d82bfe2b0e 100644 (file)
@@ -224,6 +224,7 @@ class PackageAssembler extends BaseHubSystem implements Assembler, Registerable,
                if (!$this->ifStartEndMarkersSet($this->pendingData)) {
                        // This will cause an assertition in next call, so simply wait for more data
                        /* NOISY-DEBUG: */ self::createDebugInstance(__CLASS__)->debugOutput('PACKAGE-ASSEMBLER[' . __METHOD__ . ':' . __LINE__ . ']: Pending data of ' . strlen($this->pendingData) . ' Bytes are incomplete, waiting for more ...');
+                       /* NOISY-DEBUG: */ self::createDebugInstance(__CLASS__)->debugOutput('PACKAGE-ASSEMBLER[' . __METHOD__ . ':' . __LINE__ . ']: this->pendingData=' . $this->pendingData);
                        return;
                } elseif (substr_count($this->pendingData, BaseRawDataHandler::STREAM_START_MARKER) > 1) {
                        /*