]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
automerge commit
authorAutomerge Script <automerge@asterisk.org>
Wed, 18 Jul 2007 18:32:40 +0000 (18:32 +0000)
committerAutomerge Script <automerge@asterisk.org>
Wed, 18 Jul 2007 18:32:40 +0000 (18:32 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2-netsec@75704 65c4cc65-6c06-0410-ace0-fbb531ad65f3

apps/app_queue.c

index 4b790b7f82a216faf631f6f153543233a27a6f97..a9775328b12484133028c282d1252bf4f9d6913a 100644 (file)
@@ -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) {