Browse Source

ffserver: fix spacing typoin error message

tags/n2.2-rc1
Stefano Sabatini 11 years ago
parent
commit
33f10fa657
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      ffserver.c

+ 1
- 1
ffserver.c View File

@@ -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…
Cancel
Save