1
0
mirror of https://github.com/tmate-io/tmate-ssh-server.git synced 2020-11-18 19:53:51 -08:00

Remove logfile()

This commit is contained in:
Thomas Adam 2015-11-25 16:48:47 +00:00
parent 890d8da2e3
commit 260de2cb5e

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);