Debugging continued:
[core.git] / inc / main / classes / streams / crypto / class_NullCryptoStream.php
index a2f33c2cf305747f6a0810272ed08fca6c5a92ef..9f26c9c35ad1fcb1a4c907656d830658c6c44f32 100644 (file)
@@ -86,7 +86,7 @@ class NullCryptoStream extends BaseStream implements EncryptableStream {
         * @throws      UnsupportedOperationException   If this method is called (which is a mistake)
         */
        public function streamData ($data) {
-               self::createDebugInstance(__CLASS__)->debugOutput('Unhandled ' . strlen($data) . ' bytes in this stream.');
+               self::createDebugInstance(__CLASS__, __LINE__)->debugOutput('Unhandled ' . strlen($data) . ' bytes in this stream.');
                throw new UnsupportedOperationException(array($this, __FUNCTION__), self::EXCEPTION_UNSPPORTED_OPERATION);
        }