From: Roland Haeder Date: Thu, 3 Sep 2015 18:54:50 +0000 (+0200) Subject: It is a daemon. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=0cc5d26cf20937b4f69e44ac13f7eeaf48b27c2b;p=city.git It is a daemon. Signed-off-by: Roland Haeder --- diff --git a/application/city/classes/factories/states/city/class_CityStateFactory.php b/application/city/classes/factories/states/city/class_CityStateFactory.php index 8332257..5e7d252 100644 --- a/application/city/classes/factories/states/city/class_CityStateFactory.php +++ b/application/city/classes/factories/states/city/class_CityStateFactory.php @@ -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);