summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorJames Golovich <james@gnuinter.net>2004-02-23 04:15:04 +0000
committerJames Golovich <james@gnuinter.net>2004-02-23 04:15:04 +0000
commitd53b0d0643b532a4c53b1d5ad52f1c16beb50bd9 (patch)
treefa5ec9d33ec03a64b37cedec918d03512da4a1bf /apps
parenta06b48ccc6a753b524118a45e02351694be539ea (diff)
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
Diffstat (limited to 'apps')
-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;