From: Roland Häder Date: Tue, 7 Aug 2012 15:49:27 +0000 (+0000) Subject: Added another one :( X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=971497308bbc2be127d83f3640c49ed0e4ce8cad;p=hub.git Added another one :( --- diff --git a/application/hub/main/streams/raw_data/input/class_RawDataInputStream.php b/application/hub/main/streams/raw_data/input/class_RawDataInputStream.php index d12b0d0ac..9161fc828 100644 --- a/application/hub/main/streams/raw_data/input/class_RawDataInputStream.php +++ b/application/hub/main/streams/raw_data/input/class_RawDataInputStream.php @@ -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; }