]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/helper/dht/class_DhtBootstrapHelper.php
Added line numbers to debug lines as this will become the 'norm'
[hub.git] / application / hub / main / helper / dht / class_DhtBootstrapHelper.php
index ee3afc770f0e79535fffa4cd54f8f68464cca455..d1ea54ae670a1d3493c54103118f63f27595f0e1 100644 (file)
@@ -59,7 +59,7 @@ class DhtBootstrapHelper extends BaseHubSystemHelper implements HelpableDht {
         */
        public function loadDescriptorXml () {
                // Debug message
-               self::createDebugInstance(__CLASS__)->debugOutput('HELPER: Starting with DHT boostrap ...');
+               self::createDebugInstance(__CLASS__)->debugOutput('HELPER[' . __LINE__ . ']: Starting with DHT boostrap ...');
 
                // Get a XML template instance
                $templateInstance = XmlTemplateEngineFactory::createXmlTemplateEngineInstance('dht_bootstrap_template_class');