]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/connectors/query/local/class_LocalQueryConnector.php
Rewrote debug lines (even more), re-enabled debugging lines in socket layer
[hub.git] / application / hub / main / connectors / query / local / class_LocalQueryConnector.php
index a6aa178b40b9eb5f47c649fa0b54da5ea297ea54..42121451e7a8bed5cbea7d34e637e0d6e7e63f09 100644 (file)
@@ -88,7 +88,7 @@ class LocalQueryConnector extends BaseQueryConnector implements Connectable, Vis
                $currentQuery = $this->getIteratorInstance()->current();
 
                // Only while construction, else it would output to much!
-               /* DEBUG: */ $this->debugOutput('CONNECTOR: Handling query ' . $currentQuery);
+               /* DEBUG: */ self::createDebugInstance(__CLASS__)->debugOutput('CONNECTOR: Handling query ' . $currentQuery);
        }
 
        /**