summaryrefslogtreecommitdiffhomepage
path: root/src/log.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/log.c')
-rw-r--r--src/log.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/log.c b/src/log.c
index f74d4fd..ca42c43 100644
--- a/src/log.c
+++ b/src/log.c
@@ -103,7 +103,7 @@ set_log_level (int level)
* This routine logs messages to either the log file or the syslog function.
*/
void
-log_message (int level, char *fmt, ...)
+log_message (int level, const char *fmt, ...)
{
va_list args;
time_t nowtime;