]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/helper/node/announcement/class_NodeAnnouncementHelper.php
Improved many debug lines with method's name.
[hub.git] / application / hub / main / helper / node / announcement / class_NodeAnnouncementHelper.php
index dd2a084af2b76332269059f1804041c52d7c884a..d76523988269a1d40388c3c15a798631df731397 100644 (file)
@@ -60,7 +60,7 @@ class NodeAnnouncementHelper extends BaseNodeHelper implements HelpableNode {
         */
        public function loadDescriptorXml (NodeHelper $nodeInstance) {
                // Debug message
-               self::createDebugInstance(__CLASS__)->debugOutput('HELPER[' . __LINE__ . ']: Starting with announcement to upper hubs...');
+               self::createDebugInstance(__CLASS__)->debugOutput('HELPER[' . __METHOD__ . ':' . __LINE__ . ']: Starting with announcement to upper hubs...');
 
                // Get a XML template instance
                $templateInstance = XmlTemplateEngineFactory::createXmlTemplateEngineInstance('node_announcement_template_class');