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 6bcc75e3a9..e254eb0698 100644 --- a/src/common/log.c +++ b/src/common/log.c @@ -537,3 +537,4 @@ void suppress_libevent_log_msg(const char *msg) void configure_libevent_logging(void) {} void suppress_libevent_log_msg(const char *msg) {} #endif + |