summaryrefslogtreecommitdiff
path: root/src/helper/log.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/helper/log.h')
-rw-r--r--src/helper/log.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/helper/log.h b/src/helper/log.h
index c495524c..6988bfcb 100644
--- a/src/helper/log.h
+++ b/src/helper/log.h
@@ -39,7 +39,8 @@ enum log_levels
};
extern void log_printf(enum log_levels level, const char *file, int line,
- const char *function, const char *format, ...);
+ const char *function, const char *format, ...)
+ __attribute__ ((format (printf, 5, 6)));
extern int log_register_commands(struct command_context_s *cmd_ctx);
extern int log_init(struct command_context_s *cmd_ctx);