aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--codecs/codec_dahdi.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/codecs/codec_dahdi.c b/codecs/codec_dahdi.c
index 67627cf9b..4c6ee3269 100644
--- a/codecs/codec_dahdi.c
+++ b/codecs/codec_dahdi.c
@@ -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();