From: Roland Haeder Date: Sun, 16 Feb 2014 01:01:45 +0000 (+0100) Subject: This causes a lot debug output, but why does it not work? X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=b4fbba7439e2fbd8f36142ec2a707f0d26465644;p=hub.git This causes a lot debug output, but why does it not work? Signed-off-by: Roland Haeder --- diff --git a/application/hub/main/decoder/package/class_PackageDecoder.php b/application/hub/main/decoder/package/class_PackageDecoder.php index e7689d193..5bb4abf3e 100644 --- a/application/hub/main/decoder/package/class_PackageDecoder.php +++ b/application/hub/main/decoder/package/class_PackageDecoder.php @@ -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; }