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