aboutsummaryrefslogtreecommitdiffstats
path: root/logger.c
diff options
context:
space:
mode:
Diffstat (limited to 'logger.c')
-rwxr-xr-xlogger.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/logger.c b/logger.c
index 421eaf5e1..a22f78d5a 100755
--- a/logger.c
+++ b/logger.c
@@ -252,9 +252,9 @@ static void queue_log_init(void)
qlog = fopen(filename, "a");
ast_mutex_unlock(&qloglock);
if (reloaded)
- ast_queue_log("NONE", "NONE", "NONE", "CONFIGRELOAD", "");
+ ast_queue_log("NONE", "NONE", "NONE", "CONFIGRELOAD", "%s", "");
else
- ast_queue_log("NONE", "NONE", "NONE", "QUEUESTART", "");
+ ast_queue_log("NONE", "NONE", "NONE", "QUEUESTART", "%s", "");
}
int reload_logger(int rotate)