]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-3426 --resolve Missing \n in log warning
authorJeff Lenk <jeff@jefflenk.com>
Fri, 15 Jul 2011 14:24:56 +0000 (09:24 -0500)
committerJeff Lenk <jeff@jefflenk.com>
Fri, 15 Jul 2011 14:24:56 +0000 (09:24 -0500)
src/mod/endpoints/mod_sofia/mod_sofia.c

index 885204761213ec60b2b13dc7ee7ec01149e69c18..43ce1a312a28338cf40645d50641fae926865c2f 100644 (file)
@@ -1087,7 +1087,7 @@ static switch_status_t sofia_read_frame(switch_core_session_t *session, switch_f
                                                                        if (codec_ms > 120) {   /* yeah right */
                                                                                switch_log_printf(SWITCH_CHANNEL_SESSION_LOG(session), SWITCH_LOG_WARNING,
                                                                                                                  "Your phone is trying to send timestamps that suggest an increment of %dms per packet\n"
-                                                                                                                 "That seems hard to believe so I am going to go on ahead and um ignore that, mmkay?",
+                                                                                                                 "That seems hard to believe so I am going to go on ahead and um ignore that, mmkay?\n",
                                                                                                                  (int) codec_ms);
                                                                                tech_pvt->check_frames = MAX_CODEC_CHECK_FRAMES;
                                                                                goto skip;