mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-06 12:36:58 +00:00
Get rid of compiler warnings when calling ast_queue_log
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2257 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
4
logger.c
4
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)
|
||||
|
Reference in New Issue
Block a user