X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=inc%2Fclasses%2Fmain%2Foutput%2Fclass_WebOutput.php;h=58d2db0a3108a195adb7fa0abce3fc03e69bb1d3;hb=82ef5059b3228c29f09c5a8f7719df6c4e0fd3ac;hp=c000ebcc4df0789d83b2096084439a5a80509d64;hpb=df2e651915deb67dc47b37943afb31298d185dc9;p=core.git diff --git a/inc/classes/main/output/class_WebOutput.php b/inc/classes/main/output/class_WebOutput.php index c000ebcc..58d2db0a 100644 --- a/inc/classes/main/output/class_WebOutput.php +++ b/inc/classes/main/output/class_WebOutput.php @@ -94,7 +94,7 @@ class WebOutput extends BaseFrameworkSystem implements OutputStreamer, Registera * @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); }