]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/factories/states/cruncher/class_CruncherStateFactory.php
Implementation of isOwnAddress() basicly finished:
[hub.git] / application / hub / main / factories / states / cruncher / class_CruncherStateFactory.php
index ce1963bc563f998e8c6f30a97893a38578fc2fd1..dfd3be2ba3cb6a477d9f16c46cb5c1c949dea0bf 100644 (file)
@@ -48,7 +48,7 @@ class CruncherStateFactory extends ObjectFactory {
                $stateInstance = self::createObjectByConfiguredName($className, array($cruncherInstance));
 
                // Debug message
-               self::createDebugInstance(__CLASS__)->debugOutput('CRUNCHER-STATE-FACTORY[' . __METHOD__ . ':' . __LINE__ . ']: Cruncher state has changed from ' . $nodeInstance->getPrintableState() . ' to ' . $stateInstance->getStateName() . '.');
+               self::createDebugInstance(__CLASS__)->debugOutput('CRUNCHER-STATE-FACTORY[' . __METHOD__ . ':' . __LINE__ . ']: Cruncher state has changed from ' . $cruncherInstance->getPrintableState() . ' to ' . $stateInstance->getStateName() . '.');
 
                // Once we have that state, set it in the cruncher instance
                $cruncherInstance->setStateInstance($stateInstance);