From: Anthony Minessale Date: Tue, 26 Mar 2013 20:44:22 +0000 (-0500) Subject: FS-5223 X-Git-Tag: v1.3.17-final~36 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3bb6acf066cca9cca7b71e1da4d9c2f592216cdf;p=thirdparty%2Ffreeswitch.git FS-5223 --- diff --git a/src/mod/endpoints/mod_sofia/sofia.c b/src/mod/endpoints/mod_sofia/sofia.c index 217d3d8ba3..96a7182ff3 100644 --- a/src/mod/endpoints/mod_sofia/sofia.c +++ b/src/mod/endpoints/mod_sofia/sofia.c @@ -2401,9 +2401,9 @@ void *SWITCH_THREAD_FUNC sofia_profile_thread_run(switch_thread_t *thread, void TAG_END()); /* Last tag should always finish the sequence */ if (!profile->nua) { - switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_ERROR, "Error Creating SIP UA for profile: %s\n" + switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_ERROR, "Error Creating SIP UA for profile: %s (%s)\n" "The likely causes for this are:\n" "1) Another application is already listening on the specified address.\n" - "2) The IP the profile is attempting to bind to is not local to this system.\n", profile->name); + "2) The IP the profile is attempting to bind to is not local to this system.\n", profile->name, profile->bindurl); sofia_profile_start_failure(profile, profile->name); sofia_glue_del_profile(profile); goto end;