[FFmpeg-cvslog] avformat/udp: add newline after warning

Marton Balint git at videolan.org
Sun Jan 26 00:28:23 EET 2020


ffmpeg | branch: master | Marton Balint <cus at passwd.hu> | Tue Jan 14 18:51:02 2020 +0100| [f61e9f8aef3a13fe976c241f828fca4222d8e922] | committer: Marton Balint

avformat/udp: add newline after warning

Signed-off-by: Marton Balint <cus at passwd.hu>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=f61e9f8aef3a13fe976c241f828fca4222d8e922
---

 libavformat/udp.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavformat/udp.c b/libavformat/udp.c
index 1ab576e80e..f5f636e1af 100644
--- a/libavformat/udp.c
+++ b/libavformat/udp.c
@@ -861,7 +861,7 @@ static int udp_open(URLContext *h, const char *uri, int flags)
         } else {
             av_log(h, AV_LOG_DEBUG, "end receive buffer size reported is %d\n", tmp);
             if(tmp < s->buffer_size)
-                av_log(h, AV_LOG_WARNING, "attempted to set receive buffer to size %d but it only ended up set as %d", s->buffer_size, tmp);
+                av_log(h, AV_LOG_WARNING, "attempted to set receive buffer to size %d but it only ended up set as %d\n", s->buffer_size, tmp);
         }
 
         /* make the socket non-blocking */



More information about the ffmpeg-cvslog mailing list