]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/helper/node/connection/class_NodeSelfConnectHelper.php
Improved many debug lines with method's name.
[hub.git] / application / hub / main / helper / node / connection / class_NodeSelfConnectHelper.php
index fe10be092ac869b2fa0281f3f793512294d9d8e9..e387152fd621c94320c79fabb6965fe16225f98f 100644 (file)
@@ -60,7 +60,7 @@ class NodeSelfConnectHelper extends BaseNodeHelper implements HelpableNode {
         */
        public function loadDescriptorXml (NodeHelper $nodeInstance) {
                // Debug message
-               self::createDebugInstance(__CLASS__)->debugOutput('HELPER[' . __LINE__ . ']: Attempting self-connect...');
+               self::createDebugInstance(__CLASS__)->debugOutput('HELPER[' . __METHOD__ . ':' . __LINE__ . ']: Attempting self-connect...');
 
                // Get a XML template instance
                $templateInstance = XmlTemplateEngineFactory::createXmlTemplateEngineInstance('node_self_connect_template_class');