From 6f44fc9e1c5f5ddf3ca6a05389552ed7a0e77977 Mon Sep 17 00:00:00 2001 From: Brian West Date: Wed, 26 Jul 2006 21:43:53 +0000 Subject: [PATCH] Small name changes to reflect the actual module name. /b git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@2171 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- src/mod/codecs/mod_g711/mod_g711.c | 2 +- src/mod/codecs/mod_l16/mod_l16.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/mod/codecs/mod_g711/mod_g711.c b/src/mod/codecs/mod_g711/mod_g711.c index 98a115d545..1e57aa32a8 100644 --- a/src/mod/codecs/mod_g711/mod_g711.c +++ b/src/mod/codecs/mod_g711/mod_g711.c @@ -33,7 +33,7 @@ #include "g711.h" -static const char modname[] = "mod_g711codec"; +static const char modname[] = "mod_g711"; static switch_status_t switch_g711u_init(switch_codec_t *codec, switch_codec_flag_t flags, diff --git a/src/mod/codecs/mod_l16/mod_l16.c b/src/mod/codecs/mod_l16/mod_l16.c index bcf43d9ece..a52d557096 100644 --- a/src/mod/codecs/mod_l16/mod_l16.c +++ b/src/mod/codecs/mod_l16/mod_l16.c @@ -31,7 +31,7 @@ */ #include -static const char modname[] = "mod_rawaudio"; +static const char modname[] = "mod_l16"; static switch_status_t switch_raw_init(switch_codec_t *codec, switch_codec_flag_t flags,