diff options
author | Omar Polo <op@omarpolo.com> | 2023-08-03 22:37:34 +0000 |
---|---|---|
committer | Omar Polo <op@omarpolo.com> | 2023-08-03 22:37:34 +0000 |
commit | 26df50981fe18b5f244293b203c1a1eb30759554 (patch) | |
tree | 9e8f3289a3bac25b4f79b2d065f37b406cb738ce /server.c | |
parent | 56054fe197b01c5e4e2ee433c752fcec79a09fd3 (diff) |
actually use the specified log style
Diffstat (limited to 'server.c')
-rw-r--r-- | server.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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: |