]> git.mxchange.org Git - hub.git/commitdiff
Added another one :(
authorRoland Häder <roland@mxchange.org>
Tue, 7 Aug 2012 15:49:27 +0000 (15:49 +0000)
committerRoland Häder <roland@mxchange.org>
Tue, 7 Aug 2012 15:49:27 +0000 (15:49 +0000)
application/hub/main/streams/raw_data/input/class_RawDataInputStream.php

index d12b0d0acab66ec1e5d08e6d923b26710bdeea57..9161fc828c0d366cbedb2dee353ff6caf104c8dc 100644 (file)
@@ -78,6 +78,9 @@ class RawDataInputStream extends BaseStream implements InputStreamable {
                        $data = base64_decode($data);
                }
 
+               // Debug message
+               /* NOISY-DEBUG: */ $this->debugOutput('RAW-INPUT-STREAM: Length of data is now ' . strlen($data) . ' Bytes.');
+
                // Return it
                return $data;
        }