Remove logfile()

pull/218/head
Thomas Adam 2015-11-25 16:48:47 +00:00
parent 890d8da2e3
commit 260de2cb5e
1 changed files with 0 additions and 2 deletions

2
proc.c
View File

@ -188,8 +188,6 @@ proc_start(const char *name, struct event_base *base, int forkflag,
fatalx("event_reinit failed");
}
logfile(name);
#ifdef HAVE_SETPROCTITLE
log_open(name);
setproctitle("%s (%s)", name, socket_path);