aboutsummaryrefslogtreecommitdiff
path: root/server.c
diff options
context:
space:
mode:
authorOmar Polo <op@omarpolo.com>2023-08-03 22:37:34 +0000
committerOmar Polo <op@omarpolo.com>2023-08-03 22:37:34 +0000
commit26df50981fe18b5f244293b203c1a1eb30759554 (patch)
tree9e8f3289a3bac25b4f79b2d065f37b406cb738ce /server.c
parent56054fe197b01c5e4e2ee433c752fcec79a09fd3 (diff)
actually use the specified log style
Diffstat (limited to 'server.c')
-rw-r--r--server.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/server.c b/server.c
index 3bceac6..0fcb49a 100644
--- a/server.c
+++ b/server.c
@@ -1501,6 +1501,7 @@ server_dispatch_parent(int fd, struct privsep_proc *p, struct imsg *imsg)
switch (imsg->hdr.type) {
case IMSG_RECONF_START:
+ case IMSG_RECONF_LOG_FMT:
case IMSG_RECONF_MIME:
case IMSG_RECONF_PROTOS:
case IMSG_RECONF_SOCK: