X-Git-Url: https://git.mxchange.org/?p=core.git;a=blobdiff_plain;f=inc%2Fclasses%2Fmain%2Fstreams%2Fclass_;fp=inc%2Fclasses%2Fmain%2Fstreams%2Fclass_;h=5cc8474dc773e75b36491f77995248d56745e73e;hp=fe179d01c490dd9688048e344e92dc4286f645fb;hb=7feab128546f6802897a03dae592834a5b1632e6;hpb=646c12d4e35593ac1d515066cda7f1833f368722 diff --git a/inc/classes/main/streams/class_ b/inc/classes/main/streams/class_ index fe179d01..5cc8474d 100644 --- a/inc/classes/main/streams/class_ +++ b/inc/classes/main/streams/class_ @@ -53,7 +53,7 @@ class ???Stream extends BaseStream implements Streamable { * @throws UnsupportedOperationException If this method is called */ public function streamData ($data) { - $this->debugOutput('Unhandled ' . strlen($data) . ' bytes in this stream.'); + self::createDebugInstance(__CLASS__)->debugOutput('Unhandled ' . strlen($data) . ' bytes in this stream.'); throw new UnsupportedOperationException(array($this, __FUNCTION__), self::EXCEPTION_UNSPPORTED_OPERATION); } }