]> git.mxchange.org Git - hub.git/commitdiff
This causes a lot debug output, but why does it not work?
authorRoland Haeder <roland@mxchange.org>
Sun, 16 Feb 2014 01:01:45 +0000 (02:01 +0100)
committerRoland Haeder <roland@mxchange.org>
Sun, 16 Feb 2014 01:01:45 +0000 (02:01 +0100)
Signed-off-by: Roland Haeder <roland@mxchange.org>
application/hub/main/decoder/package/class_PackageDecoder.php

index e7689d193626142993d0d857fa136c2716ecfa89..5bb4abf3e1839e805604f762e992afc405e1463c 100644 (file)
@@ -73,6 +73,7 @@ class PackageDecoder extends BaseDecoder implements Decodeable {
                $unhandledDataLeft = (!$this->getHandlerInstance()->getStackerInstance()->isStackEmpty(ChunkHandler::STACKER_NAME_ASSEMBLED_RAW_DATA));
 
                // Return it
+               /* NOISY-DEBUG: */ self::createDebugInstance(__CLASS__)->debugOutput('PACKAGE-DECODER[' . __METHOD__ . ':' . __LINE__ . ']: unhandledDataLeft=' . intval($unhandledDataLeft));
                return $unhandledDataLeft;
        }