mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-05-02 06:38:04 +00:00
FS-3426 --resolve Missing \n in log warning
This commit is contained in:
parent
c7c1cf7fbb
commit
c30c3be169
@ -1087,7 +1087,7 @@ static switch_status_t sofia_read_frame(switch_core_session_t *session, switch_f
|
|||||||
if (codec_ms > 120) { /* yeah right */
|
if (codec_ms > 120) { /* yeah right */
|
||||||
switch_log_printf(SWITCH_CHANNEL_SESSION_LOG(session), SWITCH_LOG_WARNING,
|
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"
|
"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);
|
(int) codec_ms);
|
||||||
tech_pvt->check_frames = MAX_CODEC_CHECK_FRAMES;
|
tech_pvt->check_frames = MAX_CODEC_CHECK_FRAMES;
|
||||||
goto skip;
|
goto skip;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user