diff --git a/apps/app_queue.c b/apps/app_queue.c
index 8b2ddae2bf7342ca747941f717fa1d7e3754a414..56f1f35948e589481dac6e6e030960ddbe7cac7f 100644
--- a/apps/app_queue.c
+++ b/apps/app_queue.c
@@ -2598,7 +2598,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, member->membername, "AGENTDUMP", "%s", "");
 				record_abandoned(qe);
 				if (qe->parent->eventwhencalled)