From 2dae1dd0dd58b1698cb817df6bc62a3e599412ef Mon Sep 17 00:00:00 2001 From: Baptiste Coudurier Date: Sun, 1 Jun 2008 02:01:22 +0000 Subject: [PATCH] add \n to error message Originally committed as revision 13592 to svn://svn.ffmpeg.org/ffmpeg/trunk --- ffserver.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ffserver.c b/ffserver.c index 153a130..2d46646 100644 --- a/ffserver.c +++ b/ffserver.c @@ -3330,7 +3330,7 @@ static void build_file_streams(void) /* find all the AVStreams inside and reference them in 'stream' */ if (av_find_stream_info(infile) < 0) { - http_log("Could not find codec parameters from '%s'", + http_log("Could not find codec parameters from '%s'\n", stream->feed_filename); av_close_input_file(infile); goto fail; -- 2.7.4