mirror of
https://github.com/tmux/tmux.git
synced 2024-12-13 10:08:47 +00:00
Remove logfile()
This commit is contained in:
parent
890d8da2e3
commit
260de2cb5e
2
proc.c
2
proc.c
@ -188,8 +188,6 @@ proc_start(const char *name, struct event_base *base, int forkflag,
|
|||||||
fatalx("event_reinit failed");
|
fatalx("event_reinit failed");
|
||||||
}
|
}
|
||||||
|
|
||||||
logfile(name);
|
|
||||||
|
|
||||||
#ifdef HAVE_SETPROCTITLE
|
#ifdef HAVE_SETPROCTITLE
|
||||||
log_open(name);
|
log_open(name);
|
||||||
setproctitle("%s (%s)", name, socket_path);
|
setproctitle("%s (%s)", name, socket_path);
|
||||||
|
Loading…
Reference in New Issue
Block a user