forked from Mirrors/freeswitch
add cr
This commit is contained in:
parent
e60a9dd306
commit
7744b62a62
@ -2423,7 +2423,7 @@ void *SWITCH_THREAD_FUNC sofia_profile_thread_run(switch_thread_t *thread, void
|
|||||||
if (!profile->nua) {
|
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\n"
|
||||||
"The likely causes for this are:\n" "1) Another application is already listening on the specified address.\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.", profile->name);
|
"2) The IP the profile is attempting to bind to is not local to this system.\n", profile->name);
|
||||||
sofia_profile_start_failure(profile, profile->name);
|
sofia_profile_start_failure(profile, profile->name);
|
||||||
sofia_glue_del_profile(profile);
|
sofia_glue_del_profile(profile);
|
||||||
goto end;
|
goto end;
|
||||||
|
Loading…
Reference in New Issue
Block a user