mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-21 10:55:51 +02:00
ffserver: fix spacing typoin error message
This commit is contained in:
parent
e3eb0988c6
commit
33f10fa657
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user