mirror of
				https://github.com/asterisk/asterisk.git
				synced 2025-10-31 10:47:18 +00:00 
			
		
		
		
	Remove extraneous debugging messages.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@139154 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
		| @@ -108,7 +108,6 @@ static char *handle_cli_transcoder_show(struct ast_cli_entry *e, int cmd, struct | ||||
|  | ||||
| 	if (copy.total == 0) | ||||
| 		ast_cli(a->fd, "No DAHDI transcoders found.\n"); | ||||
| 	ast_debug(1, "codec_dahdi.so loaded.\n"); | ||||
| 	else | ||||
| 		ast_cli(a->fd, "%d/%d encoders/decoders of %d channels are in use.\n", copy.encoders, copy.decoders, copy.total); | ||||
|  | ||||
| @@ -448,7 +447,6 @@ static int unload_module(void) | ||||
|  | ||||
| static int load_module(void) | ||||
| { | ||||
| 	ast_debug(1, "codec_dahdi.so loaded.\n"); | ||||
| 	if (parse_config(0)) | ||||
| 		return AST_MODULE_LOAD_DECLINE; | ||||
| 	find_transcoders(); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user