aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_queue.c
diff options
context:
space:
mode:
authorcitats <citats@f38db490-d61c-443f-a65b-d21fe96a405b>2004-02-23 04:15:04 +0000
committercitats <citats@f38db490-d61c-443f-a65b-d21fe96a405b>2004-02-23 04:15:04 +0000
commit5dc86b25e71f5f022a1b9cb81c6ea49d83ef9209 (patch)
treefa5ec9d33ec03a64b37cedec918d03512da4a1bf /apps/app_queue.c
parent2c362e444631b2183fbe0223a93120e1191a434f (diff)
Fixed gramatical error in app_queue.c (bug #1083)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2219 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'apps/app_queue.c')
-rwxr-xr-xapps/app_queue.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/app_queue.c b/apps/app_queue.c
index 1f28aa6da..ac6fc3ae5 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;