[svn-commits] mattf: trunk r58 - /trunk/mtp3.c

svn-commits at lists.digium.com svn-commits at lists.digium.com
Thu Oct 19 12:24:04 MST 2006


Author: mattf
Date: Thu Oct 19 14:24:03 2006
New Revision: 58

URL: http://svn.digium.com/view/libss7?rev=58&view=rev
Log:
Output our point codes in decimal format for the debug


Modified:
    trunk/mtp3.c

Modified: trunk/mtp3.c
URL: http://svn.digium.com/view/libss7/trunk/mtp3.c?rev=58&r1=57&r2=58&view=diff
==============================================================================
--- trunk/mtp3.c (original)
+++ trunk/mtp3.c Thu Oct 19 14:24:03 2006
@@ -366,7 +366,7 @@
 
 	rlsize = get_routinglabel(ss7->switchtype, sif, &rl);
 
-	ss7_message(ss7, "\tOPC 0x%x DPC 0x%x\n", rl.opc, rl.dpc);
+	ss7_message(ss7, "\tOPC %d DPC %d\n", rl.opc, rl.dpc);
 
 	ss7_message(ss7, "\tUser Part: %s (%x) Priority: %d\n", userpart2str(userpart), userpart, priority);
 



More information about the svn-commits mailing list