cosmetic change

This commit is contained in:
kakwa 2016-08-24 23:45:02 +02:00
parent 568b4fbcf2
commit c1c27e6db3
1 changed files with 1 additions and 1 deletions

View File

@ -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, ...) {