X-Git-Url: https://git.mxchange.org/?p=hub.git;a=blobdiff_plain;f=application%2Fhub%2Fmain%2Fhelper%2Fdht%2Fclass_DhtBootstrapHelper.php;h=d1ea54ae670a1d3493c54103118f63f27595f0e1;hp=ee3afc770f0e79535fffa4cd54f8f68464cca455;hb=9a1243bea20f7602ef7cdfe912a7db5ee958fba8;hpb=7b71d6209f3f3887aaf6cc7deb7e1aab19ce37e7 diff --git a/application/hub/main/helper/dht/class_DhtBootstrapHelper.php b/application/hub/main/helper/dht/class_DhtBootstrapHelper.php index ee3afc770..d1ea54ae6 100644 --- a/application/hub/main/helper/dht/class_DhtBootstrapHelper.php +++ b/application/hub/main/helper/dht/class_DhtBootstrapHelper.php @@ -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');