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

SVN commits to the Digium repositories svn-commits at lists.digium.com
Mon May 12 16:23:20 CDT 2008


Author: mattf
Date: Mon May 12 16:23:19 2008
New Revision: 164

URL: http://svn.digium.com/view/libss7?view=rev&rev=164
Log:
Report CIC number when debug message appears

Modified:
    trunk/isup.c

Modified: trunk/isup.c
URL: http://svn.digium.com/view/libss7/trunk/isup.c?view=diff&rev=164&r1=163&r2=164
==============================================================================
--- trunk/isup.c (original)
+++ trunk/isup.c Mon May 12 16:23:19 2008
@@ -2567,7 +2567,7 @@
 
 
 	if (ourmessage < 0) {
-		ss7_error(ss7, "!! Unable to handle message of type 0x%x\n", mh->type);
+		ss7_error(ss7, "!! Unable to handle message of type 0x%x on CIC %d\n", mh->type, cic);
 		return -1;
 	}
 




More information about the svn-commits mailing list