]> 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 34f19bb82d4da7c34766f4cc21910a9e1f17328a..dc0a330ac1a7b444e73821d9e0d81af20ffe4ef5 100644 (file)
@@ -66,7 +66,7 @@ class CityStateFactory extends BaseFactory {
                $cityInstance = CityDaemonFactory::createCityDaemonInstance();
 
                // Debug message
-               self::createDebugInstance(__CLASS__)->debugMessage('CITY-STATE-FACTORY: City daemon state has changed from ' . $cityInstance->getPrintableState() . ' to ' . $stateInstance->getStateName() . '.');
+               self::createDebugInstance(__CLASS__, __LINE__)->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);