X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=framework%2Fmain%2Fclasses%2Foutput%2Fclass_;h=7fd46736e54a3afe2482e5236842c3644f077978;hb=c8362f6254141e97ff4688f687453494a8c031c1;hp=fc0aafd43cacbbe76050278022c7cae62a1b7ce9;hpb=53bf33122fffeedc46ea50c84cbbdd9e2aabd45d;p=core.git diff --git a/framework/main/classes/output/class_ b/framework/main/classes/output/class_ index fc0aafd4..7fd46736 100644 --- a/framework/main/classes/output/class_ +++ b/framework/main/classes/output/class_ @@ -101,7 +101,7 @@ class ???Output extends BaseOutput implements OutputStreamer, Registerable { * @throws UnsupportedOperationException If this method is called */ public function seek ($offset, $whence = SEEK_SET) { - self::createDebugInstance(__CLASS__)->debugOutput('[' . __METHOD__ . ':' . __LINE__ . '] offset=' . $offset . ',whence=' . $whence); + self::createDebugInstance(__CLASS__, __LINE__)->debugOutput('OUTPUT: offset=' . $offset . ',whence=' . $whence); throw new UnsupportedOperationException(array($this, __FUNCTION__), self::EXCEPTION_UNSPPORTED_OPERATION); }