its always nice to call openlog()

git.mgm/mediaproxy-ng/2.1
Richard Fuchs 14 years ago
parent 72840c8d1d
commit da02558511

@ -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