]> git.mxchange.org Git - hub.git/commitdiff
Added noisy debug line
authorRoland Häder <roland@mxchange.org>
Tue, 7 Aug 2012 15:44:55 +0000 (15:44 +0000)
committerRoland Häder <roland@mxchange.org>
Tue, 7 Aug 2012 15:44:55 +0000 (15:44 +0000)
application/hub/main/package/assembler/class_PackageAssembler.php

index 1d8d783e9cb1a6a326ed13ee26a3432d38b5c4b5..2aed4c154ba000cc895913ec15fbdcd53b22c9cc 100644 (file)
@@ -192,6 +192,9 @@ class PackageAssembler extends BaseHubSystem implements Assembler, Registerable
                // Assert on condition
                assert(!$this->isPendingDataEmpty());
 
+               // Debug output
+               /* NOISY-DEBUG: */ $this->debugOutput('PACKAGE-ASSEMBLER: Going to decode ' . strlen($this->pendingData) . ' Bytes of pending data. pendingData=' . $this->pendingData);
+
                // Init fake array
                $packageContent = array(
                        BaseRawDataHandler::PACKAGE_RAW_DATA   => $this->getInputStreamInstance()->streamData($this->pendingData),