From a5c7deaf5f0c6e0ef876ad3fe15944875b1ed31b Mon Sep 17 00:00:00 2001 From: Roland Haeder Date: Sun, 16 Feb 2014 01:11:44 +0100 Subject: [PATCH] And how about here? Sorry not to add all at once. ;-) Signed-off-by: Roland Haeder --- application/hub/main/handler/chunks/class_ChunkHandler.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/application/hub/main/handler/chunks/class_ChunkHandler.php b/application/hub/main/handler/chunks/class_ChunkHandler.php index 62a006f80..3056f5ae8 100644 --- a/application/hub/main/handler/chunks/class_ChunkHandler.php +++ b/application/hub/main/handler/chunks/class_ChunkHandler.php @@ -122,6 +122,9 @@ class ChunkHandler extends BaseHandler implements HandleableChunks, Registerable * @return void */ private function initHandler () { + // Noisy debug line: + /* NOISY-DEBUG: */ self::createDebugInstance(__CLASS__)->debugOutput('CHUNK-HANDLER[' . __METHOD__ . ':' . __LINE__ . ']: Initializing handler ...'); + // Init finalPackageChunks $this->finalPackageChunks = array( // Array for package content -- 2.39.5