diff options
Diffstat (limited to 'src/common/log.c')
-rw-r--r-- | src/common/log.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/log.c b/src/common/log.c index 70646201a8..a56a1e95be 100644 --- a/src/common/log.c +++ b/src/common/log.c @@ -103,7 +103,7 @@ log_set_severity(int severity) } /* Outputs a message to stdout */ -void log(int severity, const char *format, ...) +void _log(int severity, const char *format, ...) { va_list ap; va_start(ap,format); |