]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/filter/bootstrap/chat/class_ChatBootstrapGenericActivationFilter.php
Rewrote debug lines (even more), re-enabled debugging lines in socket layer
[hub.git] / application / hub / main / filter / bootstrap / chat / class_ChatBootstrapGenericActivationFilter.php
index 6cb238f09f7008b02e7a142c0289779cf40a0c46..ced9a3450d365ec7138ea456f5e9296c1c6399d3 100644 (file)
@@ -61,7 +61,7 @@ class ChatBootstrapGenericActivationFilter extends BaseFilter implements Filtera
                $chatInstance->enableIsActive();
 
                // Debug message
-               $this->debugOutput('BOOTSTRAP: The chat console has been activated.');
+               self::createDebugInstance(__CLASS__)->debugOutput('BOOTSTRAP: The chat console has been activated.');
        }
 }