projects
/
asterisk/asterisk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a06b48c
)
Fixed gramatical error in app_queue.c (bug #1083)
author
James Golovich
<james@gnuinter.net>
Mon, 23 Feb 2004 04:15:04 +0000
(
04:15
+0000)
committer
James Golovich
<james@gnuinter.net>
Mon, 23 Feb 2004 04:15:04 +0000
(
04:15
+0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2219
65c4cc65
-6c06-0410-ace0-
fbb531ad65f3
apps/app_queue.c
patch
|
blob
|
history
diff --git
a/apps/app_queue.c
b/apps/app_queue.c
index
1f28aa6
..
ac6fc3a
100755
(executable)
--- 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;