X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fclasses%2Fmain%2Fdebug%2Fclass_DebugWebOutput.php;h=0da9db7eb93768d6b5974f1280b2c9793e85d473;hb=bde1a7331a8a5c1e4a304583c0db268026aeb8a8;hp=cf47ad075ee3359057e8041e0986e04fa813f841;hpb=ce7d4f1ec37db463e6008655bbc56b811c5a5d86;p=core.git diff --git a/inc/classes/main/debug/class_DebugWebOutput.php b/inc/classes/main/debug/class_DebugWebOutput.php index cf47ad07..0da9db7e 100644 --- a/inc/classes/main/debug/class_DebugWebOutput.php +++ b/inc/classes/main/debug/class_DebugWebOutput.php @@ -103,7 +103,7 @@ class DebugWebOutput extends BaseFrameworkSystem implements Debugger, OutputStre * @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); }