mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-19 11:42:27 +00:00
Fixed gramatical error in app_queue.c (bug #1083)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2219 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -487,7 +487,7 @@ static struct localuser *wait_for_answer(struct queue_ent *qe, struct localuser
|
|||||||
if (numlines == numbusies) {
|
if (numlines == numbusies) {
|
||||||
ast_log(LOG_DEBUG, "Everyone is busy at this time\n");
|
ast_log(LOG_DEBUG, "Everyone is busy at this time\n");
|
||||||
} else {
|
} else {
|
||||||
ast_log(LOG_NOTICE, "No one is answered queue %s\n", queue);
|
ast_log(LOG_NOTICE, "No one is answering queue '%s'\n", queue);
|
||||||
}
|
}
|
||||||
*to = 0;
|
*to = 0;
|
||||||
return NULL;
|
return NULL;
|
||||||
|
Reference in New Issue
Block a user