[Asterisk-cvs] asterisk channel.c,1.70,1.71

jeremy at lists.digium.com jeremy at lists.digium.com
Wed Jan 14 00:12:56 CST 2004


Update of /usr/cvsroot/asterisk
In directory mongoose.digium.com:/tmp/cvs-serv31019

Modified Files:
	channel.c 
Log Message:
clean up output and print that we are unregistering a channel type


Index: channel.c
===================================================================
RCS file: /usr/cvsroot/asterisk/channel.c,v
retrieving revision 1.70
retrieving revision 1.71
diff -u -d -r1.70 -r1.71
--- channel.c	7 Nov 2003 03:48:03 -0000	1.70
+++ channel.c	14 Jan 2004 06:04:46 -0000	1.71
@@ -684,6 +684,9 @@
 		ast_log(LOG_WARNING, "Unable to lock channel list\n");
 		return;
 	}
+	if (option_verbose > 1)
+		ast_verbose( VERBOSE_PREFIX_2 "Unregistered channel type '%s'\n", type);
+
 	chan = backends;
 	while(chan) {
 		if (!strcasecmp(chan->type, type)) {




More information about the svn-commits mailing list