Browse Source

log to stderr

Originally committed as revision 13867 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Baptiste Coudurier 17 years ago
parent
commit
0b459fb2d8
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      ffserver.c

+ 1
- 1
ffserver.c View File

@@ -4531,7 +4531,7 @@ int main(int argc, char **argv)
/* open log file if needed */
if (logfilename[0] != '\0') {
if (!strcmp(logfilename, "-"))
logfile = stdout;
logfile = stderr;
else
logfile = fopen(logfilename, "a");
av_log_set_callback(http_av_log);


Loading…
Cancel
Save