diff options
Diffstat (limited to 'sources/main.c')
-rw-r--r-- | sources/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sources/main.c b/sources/main.c index 31263d6..fe9306e 100644 --- a/sources/main.c +++ b/sources/main.c @@ -27,7 +27,7 @@ int main(int argc, char *argv[]) if (signal(SIGPIPE, SIG_IGN) == SIG_ERR) exit(EXIT_FAILURE); - openlog("ogAdmServer", LOG_PID, LOG_DAEMON); + openlog("ogserver", LOG_PID, LOG_DAEMON); if (!validacionParametros(argc, argv, 1)) // Valida parámetros de ejecución exit(EXIT_FAILURE); |