aboutsummaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2003-07-12 15:37:57 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2003-07-12 15:37:57 +0000
commitc636292e77cee9021ba4e9bb241565e63b9d9331 (patch)
tree15f65f769a61a17c9a0833b45a8b47daac2641b3 /apps
parent339df33005f5966896696ba3273b96b0a3d6a0c1 (diff)
Add missing space
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@1176 f38db490-d61c-443f-a65b-d21fe96a405b
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 58d13d44d..5d8ca0c1c 100755
--- a/apps/app_queue.c
+++ b/apps/app_queue.c
@@ -179,7 +179,7 @@ static int join_queue(char *queuename, struct queue_ent *qe)
q->count++;
res = 0;
manager_event(EVENT_FLAG_CALL, "Join",
- "Channel: %s\r\nCallerID:%s\r\nQueue: %s\r\nPosition: %d\r\nCount: %d\r\n",
+ "Channel: %s\r\nCallerID: %s\r\nQueue: %s\r\nPosition: %d\r\nCount: %d\r\n",
qe->chan->name, (qe->chan->callerid ? qe->chan->callerid : ""), q->name, qe->pos, q->count );
#if 0
ast_log(LOG_NOTICE, "Queue '%s' Join, Channel '%s', Position '%d'\n", q->name, qe->chan->name, qe->pos );