aboutsummaryrefslogtreecommitdiffstats
path: root/codecs/codec_alaw.c
diff options
context:
space:
mode:
Diffstat (limited to 'codecs/codec_alaw.c')
-rwxr-xr-xcodecs/codec_alaw.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/codecs/codec_alaw.c b/codecs/codec_alaw.c
index 6705dff21..1563db3cc 100755
--- a/codecs/codec_alaw.c
+++ b/codecs/codec_alaw.c
@@ -359,7 +359,7 @@ parse_config(void)
if (!strcasecmp(var->name, "genericplc")) {
useplc = ast_true(var->value) ? 1 : 0;
if (option_verbose > 2)
- ast_verbose(VERBOSE_PREFIX_3 "CODEC ULAW: %susing generic PLC\n", useplc ? "" : "not ");
+ ast_verbose(VERBOSE_PREFIX_3 "codec_alaw: %susing generic PLC\n", useplc ? "" : "not ");
}
var = var->next;
}