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

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


Author: rmudgett
Date: Thu Feb 24 14:40:29 2011
New Revision: 2215

URL: http://svnview.digium.com/svn/libpri?view=rev&rev=2215
Log:
Eliminate BUGBUG message that was tested.

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=2215&r1=2214&r2=2215
==============================================================================
--- team/rmudgett/t312/q931.c (original)
+++ team/rmudgett/t312/q931.c Thu Feb 24 14:40:29 2011
@@ -9078,7 +9078,6 @@
 		&& c == q931_find_winning_call(c)) {
 		/* Pass the hangup cause to the master_call. */
 		c->master_call->cause = c->cause;
-pri_error(ctrl, "BUGBUG must test this case again.  T309 processing winning call.\n");
 	}
 
 	q931_clr_subcommands(ctrl);
@@ -9093,7 +9092,7 @@
 	libpri_copy_string(ctrl->ev.hangup.useruserinfo, c->useruserinfo, sizeof(ctrl->ev.hangup.useruserinfo));
 
 	if (ctrl->debug & PRI_DEBUG_Q931_STATE) {
-		pri_message(ctrl, DBGHEAD "clearing, alive %d, hangupack %d\n", DBGINFO, c->alive,
+		pri_message(ctrl, DBGHEAD "alive %d, hangupack %d\n", DBGINFO, c->alive,
 			c->sendhangupack);
 	}
 




More information about the svn-commits mailing list