summaryrefslogtreecommitdiffstats
path: root/src/utils.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils.c')
-rw-r--r--src/utils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utils.c b/src/utils.c
index 049777a..ceb1f5d 100644
--- a/src/utils.c
+++ b/src/utils.c
@@ -46,7 +46,7 @@ void log_debug_msg(const char *format, ...)
46 va_start(args, format); 46 va_start(args, format);
47 47
48 if (toto_debug) 48 if (toto_debug)
49 fprintf(stderr, format, args); 49 vfprintf(stderr, format, args);
50 50
51 va_end(args); 51 va_end(args);
52 52