[svn-commits] rmudgett: branch rmudgett/t312 r2213 - /team/rmudgett/t312/q931.c

SVN commits to the Digium repositories svn-commits at lists.digium.com
Thu Feb 24 12:47:14 CST 2011


Author: rmudgett
Date: Thu Feb 24 12:47:09 2011
New Revision: 2213

URL: http://svnview.digium.com/svn/libpri?view=rev&rev=2213
Log:
Change some more messages.

Modified:
    team/rmudgett/t312/q931.c

Modified: team/rmudgett/t312/q931.c
URL: http://svnview.digium.com/svn/libpri/team/rmudgett/t312/q931.c?view=diff&rev=2213&r1=2212&r2=2213
==============================================================================
--- team/rmudgett/t312/q931.c (original)
+++ team/rmudgett/t312/q931.c Thu Feb 24 12:47:09 2011
@@ -4324,7 +4324,7 @@
 				/* No slaves left.  We can safely destroy the master. */
 				if (ctrl->debug & PRI_DEBUG_Q931_STATE) {
 					pri_message(ctrl,
-						"Since we already had a winner, we should be able to kill the call.\n");
+						"Since we already had a winner, we should be able to destroy the master.\n");
 				}
 			} else {
 				/* Destroy any slaves that may be present as well. */
@@ -4342,7 +4342,8 @@
 				*ctrl->callpool = cur->next;
 			if (ctrl->debug & PRI_DEBUG_Q931_STATE)
 				pri_message(ctrl,
-					"Destroying the call, ourstate %s, peerstate %s, hold-state %s\n",
+					"Destroying call %p, ourstate %s, peerstate %s, hold-state %s\n",
+					cur,
 					q931_call_state_str(cur->ourcallstate),
 					q931_call_state_str(cur->peercallstate),
 					q931_hold_state_str(cur->hold_state));




More information about the svn-commits mailing list