diff options
author | OpenGnSys Support Team <soporte-og@soleta.eu> | 2018-12-06 17:45:22 +0100 |
---|---|---|
committer | OpenGnSys Support Team <soporte-og@soleta.eu> | 2019-01-17 13:18:55 +0100 |
commit | effbcea9879d86bfb5bc0ce58177a786890417e5 (patch) | |
tree | d37a2ee4b7bc7f7ebbfa7a95e04849519fc0c298 | |
parent | a1d02f4f2ae69cd5487a20206ce5f51a2c39cc86 (diff) |
#883 standalone log file is now deprecated
display message in old log file that ogAdmServer uses syslog.
-rw-r--r-- | sources/ogAdmServer.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
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) |