]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
add cr
authorAnthony Minessale <anthm@freeswitch.org>
Tue, 4 Dec 2012 16:58:44 +0000 (10:58 -0600)
committerAnthony Minessale <anthm@freeswitch.org>
Tue, 4 Dec 2012 16:58:51 +0000 (10:58 -0600)
src/mod/endpoints/mod_sofia/sofia.c

index 358a017db3b3ae35d0a30bd04ea9be09ff9d6837..161d245ea5792430788731b8ba82f66cc81f6b4e 100644 (file)
@@ -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;