aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordhubbard <dhubbard@f38db490-d61c-443f-a65b-d21fe96a405b>2007-07-18 17:48:33 +0000
committerdhubbard <dhubbard@f38db490-d61c-443f-a65b-d21fe96a405b>2007-07-18 17:48:33 +0000
commit006a2810aed05e63f73232ab150bb316ed7af203 (patch)
tree1129a8a96db6e3823db882f64ec976be3f6dbcf8
parentd3ac3d7e46acf8dc3e0926a1b7a36d20f5807d2d (diff)
removed the word 'pissed' from ast_log(...) function call for BE-90
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@75657 f38db490-d61c-443f-a65b-d21fe96a405b
-rw-r--r--apps/app_queue.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/app_queue.c b/apps/app_queue.c
index 4b790b7f8..a9775328b 100644
--- a/apps/app_queue.c
+++ b/apps/app_queue.c
@@ -2346,7 +2346,7 @@ static int try_calling(struct queue_ent *qe, const char *options, char *announce
res2 |= ast_autoservice_stop(qe->chan);
if (peer->_softhangup) {
/* Agent must have hung up */
- ast_log(LOG_WARNING, "Agent on %s hungup on the customer. They're going to be pissed.\n", peer->name);
+ ast_log(LOG_WARNING, "Agent on %s hungup on the customer.\n", peer->name);
ast_queue_log(queuename, qe->chan->uniqueid, peer->name, "AGENTDUMP", "%s", "");
record_abandoned(qe);
if (qe->parent->eventwhencalled) {