1
0
mirror of https://github.com/kakwa/uts-server synced 2024-06-03 09:38:07 +02:00

cosmetic change

This commit is contained in:
kakwa 2016-08-24 23:45:02 +02:00
parent 568b4fbcf2
commit c1c27e6db3

View File

@ -56,7 +56,7 @@ void skeleton_daemon() {
} }
/* Open the log file */ /* 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, ...) { void logger(rfc3161_context *ct, int priority, char *fmt, ...) {