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

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


Author: rmudgett
Date: Thu Feb 24 12:08:36 2011
New Revision: 2212

URL: http://svnview.digium.com/svn/libpri?view=rev&rev=2212
Log:
Change hangup debug message.

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=2212&r1=2211&r2=2212
==============================================================================
--- team/rmudgett/t312/q931.c (original)
+++ team/rmudgett/t312/q931.c Thu Feb 24 12:08:36 2011
@@ -6476,7 +6476,7 @@
 
 	if (ctrl->debug & PRI_DEBUG_Q931_STATE)
 		pri_message(ctrl,
-			"NEW_HANGUP DEBUG: Calling q931_hangup, ourstate %s, peerstate %s, hold-state %s\n",
+			DBGHEAD "ourstate %s, peerstate %s, hold-state %s\n", DBGINFO,
 			q931_call_state_str(c->ourcallstate),
 			q931_call_state_str(c->peercallstate),
 			q931_hold_state_str(c->master_call->hold_state));




More information about the svn-commits mailing list