]> git.mxchange.org Git - city.git/blobdiff - application/city/classes/factories/states/city/class_CityStateFactory.php
Continued:
[city.git] / application / city / classes / factories / states / city / class_CityStateFactory.php
index 3ae6a87b9e5a4136cc3724691008973914aac220..34f19bb82d4da7c34766f4cc21910a9e1f17328a 100644 (file)
@@ -66,7 +66,7 @@ class CityStateFactory extends BaseFactory {
                $cityInstance = CityDaemonFactory::createCityDaemonInstance();
 
                // Debug message
-               self::createDebugInstance(__CLASS__)->debugOutput('CITY-STATE-FACTORY: City daemon state has changed from ' . $cityInstance->getPrintableState() . ' to ' . $stateInstance->getStateName() . '.');
+               self::createDebugInstance(__CLASS__)->debugMessage('CITY-STATE-FACTORY: 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);