]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/helper/node/connection/class_NodeSelfConnectHelper.php
Added line numbers to debug lines as this will become the 'norm'
[hub.git] / application / hub / main / helper / node / connection / class_NodeSelfConnectHelper.php
index f1746dce1ace69b8d179b9d4c746ca7a02803d63..0f90760307766350f4e8241bf1f90899b54c51ce 100644 (file)
@@ -60,7 +60,7 @@ class NodeSelfConnectHelper extends BaseNodeHelper implements HelpableNode {
         */
        public function loadDescriptorXml (NodeHelper $nodeInstance) {
                // Debug message
-               self::createDebugInstance(__CLASS__)->debugOutput('HELPER: Attempting self-connect...');
+               self::createDebugInstance(__CLASS__)->debugOutput('HELPER[' . __LINE__ . ']: Attempting self-connect...');
 
                // Get a XML template instance
                $templateInstance = XmlTemplateEngineFactory::createXmlTemplateEngineInstance('node_self_connect_template_class');