]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/decoder/package/class_PackageDecoder.php
This causes a lot debug output, but why does it not work?
[hub.git] / 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;
        }