summaryrefslogtreecommitdiff
path: root/codecs/codec_g726.c
diff options
context:
space:
mode:
Diffstat (limited to 'codecs/codec_g726.c')
-rwxr-xr-xcodecs/codec_g726.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/codecs/codec_g726.c b/codecs/codec_g726.c
index 80d978c80..f05ba7694 100755
--- a/codecs/codec_g726.c
+++ b/codecs/codec_g726.c
@@ -1005,7 +1005,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_g726: %susing generic PLC\n", useplc ? "" : "not ");
}
var = var->next;
}