#883 standalone log file is now deprecated

display message in old log file that ogAdmServer uses syslog.
master
OpenGnSys Support Team 2018-12-06 17:45:22 +01:00
parent a1d02f4f2a
commit effbcea987
1 changed files with 3 additions and 0 deletions

View File

@ -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)