]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/package/assembler/class_PackageAssembler.php
Added noisy debug line
[hub.git] / 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),