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