[asterisk-commits] mattf: trunk r43785 - /trunk/channels/chan_zap.c

asterisk-commits at lists.digium.com asterisk-commits at lists.digium.com
Wed Sep 27 10:00:49 MST 2006


Author: mattf
Date: Wed Sep 27 12:00:48 2006
New Revision: 43785

URL: http://svn.digium.com/view/asterisk?rev=43785&view=rev
Log:
Fix some little things

Modified:
    trunk/channels/chan_zap.c

Modified: trunk/channels/chan_zap.c
URL: http://svn.digium.com/view/asterisk/trunk/channels/chan_zap.c?rev=43785&r1=43784&r2=43785&view=diff
==============================================================================
--- trunk/channels/chan_zap.c (original)
+++ trunk/channels/chan_zap.c Wed Sep 27 12:00:48 2006
@@ -8558,7 +8558,7 @@
 
 static void zt_ss7_message(struct ss7 *ss7, char *s)
 {
-	ast_log(LOG_DEBUG, "%s", s);
+	ast_verbose("%s", s);
 }
 
 static void zt_ss7_error(struct ss7 *ss7, char *s)
@@ -11290,7 +11290,7 @@
 	{ { "ss7", "debug", "linkset", NULL }, handle_ss7_debug,
 	  "Enables SS7 debugging on a linkset", ss7_debug_help, NULL },
 	{ { "ss7", "no", "debug", "linkset", NULL }, handle_ss7_no_debug,
-	  "Enables SS7 debugging on a linkset", ss7_debug_help, NULL },
+	  "Disables SS7 debugging on a linkset", ss7_debug_help, NULL },
 	{ { "ss7", "block", "cic", NULL }, handle_ss7_block_cic,
 	  "Disables SS7 debugging on a linkset", ss7_block_cic_help, NULL },
 	{ { "ss7", "unblock", "cic", NULL }, handle_ss7_unblock_cic,



More information about the asterisk-commits mailing list