]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
clarify to match other code
authorBrian West <brian@freeswitch.org>
Mon, 29 Sep 2008 00:39:07 +0000 (00:39 +0000)
committerBrian West <brian@freeswitch.org>
Mon, 29 Sep 2008 00:39:07 +0000 (00:39 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9711 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/mod/endpoints/mod_sofia/sofia.c

index 7af8a41362ac6944a789c2f644bdbb4a86d18b9a..1078f6ced3f76906bb0382f6448ba9bb0e969047 100644 (file)
@@ -976,7 +976,8 @@ static void parse_domain_tag(sofia_profile_t *profile, switch_xml_t x_domain_tag
                if (sofia_glue_add_profile(switch_core_strdup(profile->pool, dname), profile) == SWITCH_STATUS_SUCCESS) {
                        switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_NOTICE, "Adding Alias [%s] for profile [%s]\n", dname, profile->name);
                } else {
-                       switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_ERROR, "Error Adding Alias [%s] for profile [%s] (name in use)\n", dname, profile->name);
+                       switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_WARNING, "Alias [%s] for profile [%s] (already exists)\n",                         
+                                                         dname, profile->name);
                }
        }