From dd77af3fe35edfa0a56753d08cd86b65f29d2c6a Mon Sep 17 00:00:00 2001 From: "Dwayne M. Hubbard" Date: Wed, 18 Jul 2007 17:48:33 +0000 Subject: [PATCH] removed the word 'pissed' from ast_log(...) function call for BE-90 git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@75657 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- apps/app_queue.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/app_queue.c b/apps/app_queue.c index 4b790b7f82..a9775328b1 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) { -- 2.47.2