#971 do not use og_log()

ogAdmServer uses syslog for logging.
master
OpenGnSys Support Team 2020-06-08 18:12:50 +02:00
parent 9c8a1390ff
commit d8f2e6ba20
1 changed files with 0 additions and 5 deletions

View File

@ -5753,11 +5753,6 @@ int main(int argc, char *argv[])
og_schedule_next(og_loop);
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)