]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/states/dht/init/class_DhtInitState.php
Enhanced some log messages + commented one out.
[hub.git] / application / hub / main / states / dht / init / class_DhtInitState.php
index f008a5a3fe35eb2c780a10d8720dfbbf58ad8f2f..a4eb1acabaf0a6c1eef33edbdda42bd79716f1dc 100644 (file)
@@ -46,7 +46,7 @@ class DhtInitState extends BaseDhtState implements Stateable {
                $stateInstance = new DhtInitState();
 
                // Debug message
-               //* NOISY-DEBUG: */ self::createDebugInstance(__CLASS__)->debugOutput('DHT-STATE: Has changed from ' . $dhtInstance->getPrintableState() . ' to ' . $stateInstance->getStateName() . '.');
+               //* NOISY-DEBUG: */ self::createDebugInstance(__CLASS__)->debugOutput('DHT-STATE[' . __METHOD__ . ':' . __LINE__ . ']: Has changed from ' . $dhtInstance->getPrintableState() . ' to ' . $stateInstance->getStateName() . '.');
 
                // Set the dht instance
                $stateInstance->setDhtInstance($dhtInstance);