X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=application%2Fhub%2Fmain%2Fhelper%2Fnode%2Fconnection%2Fclass_NodeSelfConnectHelper.php;h=0f90760307766350f4e8241bf1f90899b54c51ce;hb=9a1243bea20f7602ef7cdfe912a7db5ee958fba8;hp=f1746dce1ace69b8d179b9d4c746ca7a02803d63;hpb=2bd4df2e5d50173c1f8fa2fddc8bf8f93b437afb;p=hub.git diff --git a/application/hub/main/helper/node/connection/class_NodeSelfConnectHelper.php b/application/hub/main/helper/node/connection/class_NodeSelfConnectHelper.php index f1746dce1..0f9076030 100644 --- a/application/hub/main/helper/node/connection/class_NodeSelfConnectHelper.php +++ b/application/hub/main/helper/node/connection/class_NodeSelfConnectHelper.php @@ -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');