[FFmpeg-cvslog] ffserver: fix spacing typoin error message

Stefano Sabatini git at videolan.org
Mon Dec 16 19:20:51 CET 2013


ffmpeg | branch: master | Stefano Sabatini <stefasab at gmail.com> | Sun Dec 15 23:12:30 2013 +0100| [33f10fa6570679a0a90fc80e7dd5589d392c7d2c] | committer: Stefano Sabatini

ffserver: fix spacing typoin error message

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

 ffserver.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ffserver.c b/ffserver.c
index e67f67a..f06df27 100644
--- a/ffserver.c
+++ b/ffserver.c
@@ -2641,7 +2641,7 @@ static int http_start_receive_data(HTTPContext *c)
     fd = open(c->stream->feed_filename, O_RDWR);
     if (fd < 0) {
         ret = AVERROR(errno);
-        http_log("Could not open feed file '%s':%s \n",
+        http_log("Could not open feed file '%s': %s\n",
                  c->stream->feed_filename, strerror(errno));
         return ret;
     }



More information about the ffmpeg-cvslog mailing list