diff --git a/src/lib/utils.c b/src/lib/utils.c index 84b05ca..1be1981 100644 --- a/src/lib/utils.c +++ b/src/lib/utils.c @@ -56,7 +56,7 @@ void skeleton_daemon() { } /* Open the log file */ - openlog("firstdaemon", LOG_PID, LOG_DAEMON); + openlog("uts-server", LOG_PID, LOG_DAEMON); } void logger(rfc3161_context *ct, int priority, char *fmt, ...) {