Skip to content

Commit

Permalink
sdpops: add missing line break for debug log
Browse files Browse the repository at this point in the history
(cherry picked from commit 0d7b5bd)
  • Loading branch information
henningw committed Dec 19, 2019
1 parent 354cce8 commit 32d4f58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/sdpops/sdpops_mod.c
Expand Up @@ -1058,7 +1058,7 @@ static int sdp_remove_media(sip_msg_t *msg, str *media)
media->len)==0)
{
/* found - remove */
LM_DBG("removing media stream: %.*s", media->len, media->s);
LM_DBG("removing media stream: %.*s\n", media->len, media->s);
nxt_stream = get_sdp_stream(msg, sdp_session_num,
sdp_stream_num+1);
/* skip back 'm=' */
Expand Down

0 comments on commit 32d4f58

Please sign in to comment.