OSDN Git Service

add \n to error message
authorBaptiste Coudurier <baptiste.coudurier@gmail.com>
Sun, 1 Jun 2008 02:01:22 +0000 (02:01 +0000)
committerBaptiste Coudurier <baptiste.coudurier@gmail.com>
Sun, 1 Jun 2008 02:01:22 +0000 (02:01 +0000)
Originally committed as revision 13592 to svn://svn.ffmpeg.org/ffmpeg/trunk

ffserver.c

index 153a130..2d46646 100644 (file)
@@ -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;