From effbcea9879d86bfb5bc0ce58177a786890417e5 Mon Sep 17 00:00:00 2001 From: OpenGnSys Support Team Date: Thu, 6 Dec 2018 17:45:22 +0100 Subject: #883 standalone log file is now deprecated display message in old log file that ogAdmServer uses syslog. --- sources/ogAdmServer.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sources/ogAdmServer.cpp b/sources/ogAdmServer.cpp index c7dbc0e..d08e78b 100644 --- a/sources/ogAdmServer.cpp +++ b/sources/ogAdmServer.cpp @@ -3699,6 +3699,9 @@ int main(int argc, char *argv[]) infoLog(1); // Inicio de sesiĆ³n + /* old log file has been deprecated. */ + og_log(97, false); + syslog(LOG_INFO, "Waiting for connections\n"); while (1) -- cgit v1.2.3-18-g5258