]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/helper/node/answer/requests/class_NodeRequestNodeListMessageAnswerHelper.php
Added line numbers to debug lines as this will become the 'norm'
[hub.git] / application / hub / main / helper / node / answer / requests / class_NodeRequestNodeListMessageAnswerHelper.php
index 0964e9a9a7c15fb4b51fd8f2eac145e77341112f..88ea6c8dde2a56c2d2a6c6ec9830a81380b3fd59 100644 (file)
@@ -64,7 +64,7 @@ class NodeRequestNodeListMessageAnswerHelper extends BaseHubAnswerHelper impleme
         */
        public function loadDescriptorXml (NodeHelper $nodeInstance) {
                // Debug message
-               self::createDebugInstance(__CLASS__)->debugOutput('HELPER: Attempting to answer a request: node-list...');
+               self::createDebugInstance(__CLASS__)->debugOutput('HELPER[' . __LINE__ . ']: Attempting to answer a request: node-list...');
 
                // Get a XML template instance
                $templateInstance = XmlTemplateEngineFactory::createXmlTemplateEngineInstance('node_request_node_list_answer_template_class');