It is a daemon.
authorRoland Haeder <roland@mxchange.org>
Thu, 3 Sep 2015 18:54:50 +0000 (20:54 +0200)
committerRoland Haeder <roland@mxchange.org>
Thu, 3 Sep 2015 18:54:50 +0000 (20:54 +0200)
Signed-off-by: Roland Haeder <roland@mxchange.org>
application/city/classes/factories/states/city/class_CityStateFactory.php

index 8332257fadb847d408a7865755a7b76f04b6a7a8..5e7d2525f3cffd1dedb54de346779024a0a43976 100644 (file)
@@ -50,7 +50,7 @@ class CityStateFactory extends ObjectFactory {
                $cityInstance = CityDaemonFactory::createCityDaemonInstance();
 
                // Debug message
-               self::createDebugInstance(__CLASS__)->debugOutput('CITY-STATE-FACTORY[' . __METHOD__ . ':' . __LINE__ . ']: City state has changed from ' . $cityInstance->getPrintableState() . ' to ' . $stateInstance->getStateName() . '.');
+               self::createDebugInstance(__CLASS__)->debugOutput('CITY-STATE-FACTORY[' . __METHOD__ . ':' . __LINE__ . ']: City daemon state has changed from ' . $cityInstance->getPrintableState() . ' to ' . $stateInstance->getStateName() . '.');
 
                // Once we have that state, set it in the city instance
                $cityInstance->setStateInstance($stateInstance);