From: Brian West Date: Wed, 26 Jul 2006 21:43:53 +0000 (+0000) Subject: Small name changes to reflect the actual module name. X-Git-Tag: v1.0-beta1~2427 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6f44fc9e1c5f5ddf3ca6a05389552ed7a0e77977;p=thirdparty%2Ffreeswitch.git 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 --- 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,