mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
avformat/udp: add newline after warning
Signed-off-by: Marton Balint <cus@passwd.hu>
This commit is contained in:
parent
1812b42554
commit
f61e9f8aef
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user