Commit 33f10fa6 authored by Stefano Sabatini's avatar Stefano Sabatini

ffserver: fix spacing typoin error message

parent e3eb0988
......@@ -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;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment