dect
/
asterisk
Archived
13
0
Fork 0

Remove extraneous debugging messages.

git-svn-id: http://svn.digium.com/svn/asterisk/trunk@139154 f38db490-d61c-443f-a65b-d21fe96a405b
This commit is contained in:
sruffell 2008-08-20 20:03:28 +00:00
parent b51a73f888
commit 63f40a9bd9
1 changed files with 0 additions and 2 deletions

View File

@ -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();