Debugging continued:
[core.git] / inc / main / classes / file_directories / io_stream / class_FileIoStream.php
index 028009fbceceaf39285abd957fd9908630ae80d0..88fef80b5d74190c5876d4a793697429db4d2dc1 100644 (file)
@@ -260,7 +260,7 @@ class FileIoStream extends BaseFrameworkSystem implements FileInputStreamer, Fil
         * @throws      UnsupportedOperationException   If this method is called
         */
        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);
        }