]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-5176 --resolve
authorAnthony Minessale <anthm@freeswitch.org>
Thu, 14 Mar 2013 16:06:02 +0000 (11:06 -0500)
committerAnthony Minessale <anthm@freeswitch.org>
Thu, 14 Mar 2013 16:06:02 +0000 (11:06 -0500)
src/mod/endpoints/mod_sofia/sofia_reg.c

index 952c9b577435302d1e453896650e14693599baac..b84539599421adb644c1a1957ddf1be26092f9a6 100644 (file)
@@ -2503,10 +2503,10 @@ auth_res_t sofia_reg_parse_auth(sofia_profile_t *profile,
        }
 
        if (switch_xml_locate_user_merged("id", zstr(username) ? "nobody" : username, domain_name, ip, &user, params) != SWITCH_STATUS_SUCCESS) {
-               switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_WARNING, "Can't find user [%s@%s]\n"
+               switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_WARNING, "Can't find user [%s@%s] from %s\n"
                                                  "You must define a domain called '%s' in your directory and add a user with the id=\"%s\" attribute\n"
                                                  "and you must configure your device to use the proper domain in it's authentication credentials.\n", username, domain_name,
-                                                 domain_name, username);
+                                                 ip, domain_name, username);
 
                ret = AUTH_FORBIDDEN;
                goto end;