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
1.0
James Golovich 22 years ago
parent a06b48ccc6
commit d53b0d0643

@ -487,7 +487,7 @@ static struct localuser *wait_for_answer(struct queue_ent *qe, struct localuser
if (numlines == numbusies) {
ast_log(LOG_DEBUG, "Everyone is busy at this time\n");
} 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;
return NULL;

Loading…
Cancel
Save