[svn-commits] mattf: trunk r174 - /trunk/isup.c

SVN commits to the Digium repositories svn-commits at lists.digium.com
Fri May 30 12:55:24 CDT 2008


Author: mattf
Date: Fri May 30 12:55:24 2008
New Revision: 174

URL: http://svn.digium.com/view/libss7?view=rev&rev=174
Log:
Don't need to output hex since we get it in the next line (for message type)

Modified:
    trunk/isup.c

Modified: trunk/isup.c
URL: http://svn.digium.com/view/libss7/trunk/isup.c?view=diff&rev=174&r1=173&r2=174
==============================================================================
--- trunk/isup.c (original)
+++ trunk/isup.c Fri May 30 12:55:24 2008
@@ -2469,7 +2469,7 @@
 
 	ss7_message(ss7, "\t\tCIC: %d\n", cic);
 	ss7_dump_buf(ss7, 2, buf, 2);
-	ss7_message(ss7, "\t\tMessage Type: %s (0x%x)\n", message2str(mh->type), mh->type & 0xff);
+	ss7_message(ss7, "\t\tMessage Type: %s\n", message2str(mh->type), mh->type & 0xff);
 	ss7_dump_buf(ss7, 2, &buf[2], 1);
 
 	/* Find us in the message list */




More information about the svn-commits mailing list