From d53b0d0643b532a4c53b1d5ad52f1c16beb50bd9 Mon Sep 17 00:00:00 2001 From: James Golovich <james@gnuinter.net> Date: Mon, 23 Feb 2004 04:15:04 +0000 Subject: [PATCH] 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 --- apps/app_queue.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/app_queue.c b/apps/app_queue.c index 1f28aa6da1..ac6fc3ae52 100755 --- a/apps/app_queue.c +++ b/apps/app_queue.c @@ -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; -- GitLab