[libss7-commits] mattf: trunk r124 - /trunk/mtp3.c

SVN commits to the libss7 project libss7-commits at lists.digium.com
Fri Oct 12 10:03:09 CDT 2007


Author: mattf
Date: Fri Oct 12 10:03:08 2007
New Revision: 124

URL: http://svn.digium.com/view/libss7?view=rev&rev=124
Log:
Don't print out every MTP3 message we get

Modified:
    trunk/mtp3.c

Modified: trunk/mtp3.c
URL: http://svn.digium.com/view/libss7/trunk/mtp3.c?view=diff&rev=124&r1=123&r2=124
==============================================================================
--- trunk/mtp3.c (original)
+++ trunk/mtp3.c Fri Oct 12 10:03:08 2007
@@ -296,7 +296,9 @@
 		}
 		return 0;
 	} else {
+#if 0
 		ss7_message(ss7, "NET MNG message type %s received\n", net_mng_message2str(h0, h1));
+#endif
 		return 0;
 	}
 }




More information about the libss7-commits mailing list