]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
tweak
authorBrian West <brian@freeswitch.org>
Tue, 17 Jun 2008 22:09:59 +0000 (22:09 +0000)
committerBrian West <brian@freeswitch.org>
Tue, 17 Jun 2008 22:09:59 +0000 (22:09 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8807 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/switch_loadable_module.c

index 78cd34a4c7ededd22e12f64b16b948a9b1d26c3c..2cae5c1e0ed23bfbf08b06f7ae46a87063f14bc9 100644 (file)
@@ -308,7 +308,7 @@ static switch_status_t switch_loadable_module_process(char *key, switch_loadable
                        if (!ptr->interface_name) {
                                switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_CRIT, "Failed to load asr interface from %s due to no interface name.\n", key);
                        } else {
-                               switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_NOTICE, "Adding Asr interface '%s'\n", ptr->interface_name);
+                               switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_NOTICE, "Adding ASR interface '%s'\n", ptr->interface_name);
                                if (switch_event_create(&event, SWITCH_EVENT_MODULE_LOAD) == SWITCH_STATUS_SUCCESS) {
                                        switch_event_add_header(event, SWITCH_STACK_BOTTOM, "type", "%s", "asr");
                                        switch_event_add_header(event, SWITCH_STACK_BOTTOM, "name", "%s", ptr->interface_name);