diff options
Diffstat (limited to 'src/common/log.c')
-rw-r--r-- | src/common/log.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/log.c b/src/common/log.c index 4b21fd9166..cfa0721c27 100644 --- a/src/common/log.c +++ b/src/common/log.c @@ -248,6 +248,7 @@ format_msg(char *buf, size_t buf_len, format_msg_no_room_for_domains: /* This will leave end_of_prefix and n unchanged, and thus cause * whatever log domain string we had written to be clobbered. */ + ; } if (funcname && should_log_function_name(domain, severity)) { |