]> git.mxchange.org Git - hub.git/commitdiff
Enhanced some log messages + commented one out.
authorRoland Haeder <roland@mxchange.org>
Sun, 27 Apr 2014 11:39:16 +0000 (13:39 +0200)
committerRoland Haeder <roland@mxchange.org>
Sun, 27 Apr 2014 11:44:04 +0000 (13:44 +0200)
Signed-off-by: Roland Haeder <roland@mxchange.org>
application/hub/main/states/dht/active/class_DhtActiveState.php
application/hub/main/states/dht/booting/class_DhtBootingState.php
application/hub/main/states/dht/init/class_DhtInitState.php
application/hub/main/states/dht/virgin/class_DhtVirginState.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);
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);
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);
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);