From b4fbba7439e2fbd8f36142ec2a707f0d26465644 Mon Sep 17 00:00:00 2001 From: Roland Haeder Date: Sun, 16 Feb 2014 02:01:45 +0100 Subject: [PATCH] This causes a lot debug output, but why does it not work? Signed-off-by: Roland Haeder --- application/hub/main/decoder/package/class_PackageDecoder.php | 1 + 1 file changed, 1 insertion(+) 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; } -- 2.39.5