its always nice to call openlog()

git.mgm/mediaproxy-ng/2.0
Richard Fuchs 14 years ago
parent f20f72c27a
commit 4da3a8050d

@ -301,6 +301,7 @@ static void wpidfile(void) {
static void init_everything() {
g_thread_init(NULL);
openlog("mediaproxy-ng", LOG_PID | LOG_NDELAY, LOG_DAEMON);
signals();
resources();
}

Loading…
Cancel
Save