From: Jeff Lenk Date: Fri, 15 Jul 2011 14:24:56 +0000 (-0500) Subject: FS-3426 --resolve Missing \n in log warning X-Git-Tag: v1.2-rc1~108^2^2~19 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c30c3be169b38b8186d3ecd8a7b1bbf7625dea99;p=thirdparty%2Ffreeswitch.git FS-3426 --resolve Missing \n in log warning --- diff --git a/src/mod/endpoints/mod_sofia/mod_sofia.c b/src/mod/endpoints/mod_sofia/mod_sofia.c index 8852047612..43ce1a312a 100644 --- a/src/mod/endpoints/mod_sofia/mod_sofia.c +++ b/src/mod/endpoints/mod_sofia/mod_sofia.c @@ -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;