summaryrefslogtreecommitdiffstats
path: root/proc.c
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2016-10-17 19:25:45 +0100
committerNicholas Marriott <nicholas.marriott@gmail.com>2016-10-17 19:25:45 +0100
commitf6c49cecc18df02579473095818935e8271fbfbc (patch)
treec41787de20debca17f2676be2704146d68205cca /proc.c
parent7ba845297fd60c784ecff248b27db109750211bf (diff)
One extra empty line not in OpenBSD, and tweak a #define style.
Diffstat (limited to 'proc.c')
-rw-r--r--proc.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/proc.c b/proc.c
index feac1517..5ed0a517 100644
--- a/proc.c
+++ b/proc.c
@@ -190,7 +190,6 @@ proc_start(const char *name, struct event_base *base, int forkflag,
}
log_open(name);
-
setproctitle("%s (%s)", name, socket_path);
if (uname(&u) < 0)