diff options
Diffstat (limited to 'src/zenhttp/servers/httpnull.cpp')
| -rw-r--r-- | src/zenhttp/servers/httpnull.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/zenhttp/servers/httpnull.cpp b/src/zenhttp/servers/httpnull.cpp index 658f51831..7d3e9079a 100644 --- a/src/zenhttp/servers/httpnull.cpp +++ b/src/zenhttp/servers/httpnull.cpp @@ -44,7 +44,7 @@ HttpNullServer::Run(bool IsInteractiveSession) #if ZEN_PLATFORM_WINDOWS if (TestMode == false) { - zen::logging::ConsoleLog().info("Zen Server running (null HTTP). Press ESC or Q to quit"); + ZEN_CONSOLE("Zen Server running (null HTTP). Press ESC or Q to quit"); } do @@ -64,7 +64,7 @@ HttpNullServer::Run(bool IsInteractiveSession) #else if (TestMode == false) { - zen::logging::ConsoleLog().info("Zen Server running (null HTTP). Ctrl-C to quit"); + ZEN_CONSOLE("Zen Server running (null HTTP). Ctrl-C to quit"); } do |