mirror of https://git.48k.eu/ogserver
#883 standalone log file is now deprecated
display message in old log file that ogAdmServer uses syslog.master
parent
a1d02f4f2a
commit
effbcea987
|
@ -3699,6 +3699,9 @@ int main(int argc, char *argv[])
|
||||||
|
|
||||||
infoLog(1); // Inicio de sesión
|
infoLog(1); // Inicio de sesión
|
||||||
|
|
||||||
|
/* old log file has been deprecated. */
|
||||||
|
og_log(97, false);
|
||||||
|
|
||||||
syslog(LOG_INFO, "Waiting for connections\n");
|
syslog(LOG_INFO, "Waiting for connections\n");
|
||||||
|
|
||||||
while (1)
|
while (1)
|
||||||
|
|
Loading…
Reference in New Issue