From 0cc5d26cf20937b4f69e44ac13f7eeaf48b27c2b Mon Sep 17 00:00:00 2001 From: Roland Haeder Date: Thu, 3 Sep 2015 20:54:50 +0200 Subject: [PATCH] It is a daemon. Signed-off-by: Roland Haeder --- .../classes/factories/states/city/class_CityStateFactory.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.39.5