]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/connectors/queues/local/class_LocalQueueConnector.php
Rewrote debug lines (even more), re-enabled debugging lines in socket layer
[hub.git] / application / hub / main / connectors / queues / local / class_LocalQueueConnector.php
index 8cb9683469dfa7c3fc381a69ac2a4498d8d8e7e7..6398afa346f8aed61bebf861b2ec21b4eafc8f81 100644 (file)
@@ -68,7 +68,7 @@ class LocalQueueConnector extends BaseQueueConnector implements Connectable, Que
                $currentQueues = $this->getIteratorInstance()->current();
 
                // Only while construction, else it would output to much!
-               /* DEBUG: */ $this->debugOutput('CONNECTOR: Handling queue entry ' . $currentQueues);
+               /* DEBUG: */ self::createDebugInstance(__CLASS__)->debugOutput('CONNECTOR: Handling queue entry ' . $currentQueues);
        }
 
        /**