Continued:
[core.git] / framework / main / classes / streams / input / class_
index 8293e0733340a689a998109433741abf907bafec..41e9f177b68440c00612a5bf566d1887e1ba8cce 100644 (file)
@@ -60,7 +60,7 @@ class ???InputStream extends BaseStream implements InputStream {
         * @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);
        }