Continued:
[core.git] / inc / classes / main / output / class_ConsoleOutput.php
index c2ff3d4f4c521c3e3c660a488edd83b89aefd425..e920c6ea73b8bca6c87892ad721968942572851c 100644 (file)
@@ -110,7 +110,7 @@ class ConsoleOutput extends BaseFrameworkSystem implements OutputStreamer {
         * @throws      UnsupportedOperationException   If this method is called
         */
        public function seek ($offset, $whence = SEEK_SET) {
-               self::createDebugInstance(__CLASS__)->debugOutput('offset=' . $offset . ',whence=' . $whence);
+               self::createDebugInstance(__CLASS__)->debugOutput('[' . __METHOD__ . ':' . __LINE__ . '] offset=' . $offset . ',whence=' . $whence);
                throw new UnsupportedOperationException(array($this, __FUNCTION__), self::EXCEPTION_UNSPPORTED_OPERATION);
        }