summaryrefslogtreecommitdiffstats
path: root/proc.c
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2020-01-28 11:17:08 +0000
committerThomas Adam <thomas@xteddy.org>2020-01-28 11:17:08 +0000
commitee3d3db364b6c2469c1acaa88bb64341090d3af1 (patch)
treed3dcea5e527c32fa9948be6c74aa8bcbd8779970 /proc.c
parent7cdf5ee9bc2fa114a7d830b73e2088d1a2dc5174 (diff)
parentf165221dc4641837ee9f589bb666d310a495904c (diff)
Merge branch 'obsd-master'
Diffstat (limited to 'proc.c')
-rw-r--r--proc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/proc.c b/proc.c
index b10d4850..111c3730 100644
--- a/proc.c
+++ b/proc.c
@@ -181,7 +181,7 @@ proc_start(const char *name)
memset(&u, 0, sizeof u);
log_debug("%s started (%ld): version %s, socket %s, protocol %d", name,
- (long)getpid(), VERSION, socket_path, PROTOCOL_VERSION);
+ (long)getpid(), getversion(), socket_path, PROTOCOL_VERSION);
log_debug("on %s %s %s; libevent %s (%s)", u.sysname, u.release,
u.version, event_get_version(), event_get_method());