1
0
mirror of https://github.com/kakwa/uts-server synced 2025-01-10 13:44:29 +01:00

cosmetic change

This commit is contained in:
kakwa 2016-08-24 23:45:02 +02:00
parent 57d7c6ebc2
commit 3acef9333a

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