X-Git-Url: https://git.mxchange.org/?p=core.git;a=blobdiff_plain;f=inc%2Fclasses%2Fmain%2Fstreams%2Foutput%2Fclass_;h=ce5dda254096c5cd8e37891d25b72a10e1f3f45b;hp=e0020e7bac6a7feadae9b5f7773cc24f26d75a97;hb=7feab128546f6802897a03dae592834a5b1632e6;hpb=1a9dcdbcd1ec79df3a77a0ed24bda7eccfed2315 diff --git a/inc/classes/main/streams/output/class_ b/inc/classes/main/streams/output/class_ index e0020e7b..ce5dda25 100644 --- a/inc/classes/main/streams/output/class_ +++ b/inc/classes/main/streams/output/class_ @@ -53,7 +53,7 @@ class ???OutputStream extends BaseStream implements OutputStreamable { * @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); } }