[libpri-commits] rmudgett: branch group/ccss r1412 - /team/group/ccss/pri_cc.c

SVN commits to the libpri project libpri-commits at lists.digium.com
Thu Jan 14 21:45:13 CST 2010


Author: rmudgett
Date: Thu Jan 14 21:45:11 2010
New Revision: 1412

URL: http://svnview.digium.com/svn/libpri?view=rev&rev=1412
Log:
CC-Event debug output event and state backward.

Modified:
    team/group/ccss/pri_cc.c

Modified: team/group/ccss/pri_cc.c
URL: http://svnview.digium.com/svn/libpri/team/group/ccss/pri_cc.c?view=diff&rev=1412&r1=1411&r2=1412
==============================================================================
--- team/group/ccss/pri_cc.c (original)
+++ team/group/ccss/pri_cc.c Thu Jan 14 21:45:11 2010
@@ -6537,8 +6537,8 @@
 	}
 	orig_state = cc_record->state;
 	if (ctrl->debug & PRI_DEBUG_CC) {
-		pri_message(ctrl, "CC-Event: %s in state %s\n", pri_cc_fsm_state_str(orig_state),
-			pri_cc_fsm_event_str(event));
+		pri_message(ctrl, "CC-Event: %s in state %s\n", pri_cc_fsm_event_str(event),
+			pri_cc_fsm_state_str(orig_state));
 	}
 	if (orig_state < CC_STATE_IDLE || CC_STATE_NUM <= orig_state || !cc_fsm[orig_state]) {
 		/* Programming error: State not implemented. */




More information about the libpri-commits mailing list