diff options
Diffstat (limited to 'zencore/httpserver.cpp')
| -rw-r--r-- | zencore/httpserver.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/zencore/httpserver.cpp b/zencore/httpserver.cpp index aa7d96772..d7e6a875f 100644 --- a/zencore/httpserver.cpp +++ b/zencore/httpserver.cpp @@ -13,6 +13,7 @@ #include <zencore/compactbinary.h> #include <zencore/compactbinarypackage.h> #include <zencore/iobuffer.h> +#include <zencore/logging.h> #include <zencore/refcount.h> #include <zencore/stream.h> #include <zencore/string.h> @@ -965,7 +966,7 @@ HttpSysServer::Run(bool TestMode) { if (TestMode == false) { - printf("Zen Server running. Press ESC or Q to quit\n"); + zen::logging::ConsoleLog().info("Zen Server running. Press ESC or Q to quit"); } do |