From 7744b62a6209182933d3230dfcd64f58265f6ee9 Mon Sep 17 00:00:00 2001 From: Anthony Minessale Date: Tue, 4 Dec 2012 10:58:44 -0600 Subject: [PATCH] add cr --- src/mod/endpoints/mod_sofia/sofia.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mod/endpoints/mod_sofia/sofia.c b/src/mod/endpoints/mod_sofia/sofia.c index 358a017db3..161d245ea5 100644 --- a/src/mod/endpoints/mod_sofia/sofia.c +++ b/src/mod/endpoints/mod_sofia/sofia.c @@ -2423,7 +2423,7 @@ void *SWITCH_THREAD_FUNC sofia_profile_thread_run(switch_thread_t *thread, void if (!profile->nua) { 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" - "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_glue_del_profile(profile); goto end;