]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/states/dht/active/class_DhtActiveState.php
Updated 'core'.
[hub.git] / application / hub / main / states / dht / active / class_DhtActiveState.php
index 0a5f4385d2ec59481fe6ab3b06e0763cdeff4df7..549f0fd03092c3d9914a11d5ef7c5c6629dd60a5 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * A Active dht state class
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
- * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Hub Developer Team
+ * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2015 Hub Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -46,7 +46,7 @@ class DhtActiveState extends BaseDhtState implements Stateable {
                $stateInstance = new DhtActiveState();
 
                // Debug message
-               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);