]> git.mxchange.org Git - city.git/blobdiff - application/city/class_ApplicationHelper.php
Continued:
[city.git] / application / city / class_ApplicationHelper.php
index 68601c8dfc6ab252530028061e8e5e92a59a28b1..bce5068bce256ec5220569733545b2516221add3 100644 (file)
@@ -161,9 +161,9 @@ class ApplicationHelper extends BaseApplication implements ManageableApplication
                // Is console request?
                if (FrameworkBootstrap::getRequestTypeFromSystem() == 'console') {
                        // -------------------------- Shutdown phase --------------------------
-                       self::createDebugInstance(__CLASS__, __LINE__)->debugOutput('MAIN: Shutdown in progress ...');
+                       self::createDebugInstance(__CLASS__, __LINE__)->debugMessage('MAIN: Shutdown in progress ...');
                        $this->getControllerInstance()->executeShutdownFilters($requestInstance, $responseInstance);
-                       self::createDebugInstance(__CLASS__, __LINE__)->debugOutput('MAIN: Shutdown completed. (This is the last line.)');
+                       self::createDebugInstance(__CLASS__, __LINE__)->debugMessage('MAIN: Shutdown completed. (This is the last line.)');
                }
        }