]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/helper/node/announcement/class_NodeAnnouncementHelper.php
Added line numbers to debug lines as this will become the 'norm'
[hub.git] / application / hub / main / helper / node / announcement / class_NodeAnnouncementHelper.php
index 6c63651b1d9d133b2dbe0986c6a60cb56cf5d0ad..5dc897159a98891ac7ac05ecb8bb27ce71ca433d 100644 (file)
@@ -60,7 +60,7 @@ class NodeAnnouncementHelper extends BaseNodeHelper implements HelpableNode {
         */
        public function loadDescriptorXml (NodeHelper $nodeInstance) {
                // Debug message
-               self::createDebugInstance(__CLASS__)->debugOutput('HELPER: Starting with announcement to upper hubs...');
+               self::createDebugInstance(__CLASS__)->debugOutput('HELPER[' . __LINE__ . ']: Starting with announcement to upper hubs...');
 
                // Get a XML template instance
                $templateInstance = XmlTemplateEngineFactory::createXmlTemplateEngineInstance('node_announcement_template_class');