]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/states/dht/active/class_DhtActiveState.php
Enhanced some log messages + commented one out.
[hub.git] / application / hub / main / states / dht / active / class_DhtActiveState.php
index 4943777cbd7a162dd877ce14194a77b847e0dce2..2ad6200ce1e19f0a7530cc65bf4e669d6091e322 100644 (file)
@@ -46,7 +46,7 @@ class DhtActiveState extends BaseDhtState implements Stateable {
                $stateInstance = new DhtActiveState();
 
                // 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);