[asterisk-commits] dhubbard: branch 1.2 r75657 - /branches/1.2/apps/app_queue.c

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Wed Jul 18 12:48:33 CDT 2007


Author: dhubbard
Date: Wed Jul 18 12:48:33 2007
New Revision: 75657

URL: http://svn.digium.com/view/asterisk?view=rev&rev=75657
Log:
removed the word 'pissed' from ast_log(...) function call for BE-90

Modified:
    branches/1.2/apps/app_queue.c

Modified: branches/1.2/apps/app_queue.c
URL: http://svn.digium.com/view/asterisk/branches/1.2/apps/app_queue.c?view=diff&rev=75657&r1=75656&r2=75657
==============================================================================
--- branches/1.2/apps/app_queue.c (original)
+++ branches/1.2/apps/app_queue.c Wed Jul 18 12:48:33 2007
@@ -2346,7 +2346,7 @@
 			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) {




More information about the asterisk-commits mailing list