use http_log when log file is setup

Originally committed as revision 13847 to svn://svn.ffmpeg.org/ffmpeg/trunk
pull/126/head
Baptiste Coudurier 17 years ago
parent 4e8f77ab61
commit acae1492cf
  1. 2
      ffserver.c

@ -4504,7 +4504,7 @@ int main(int argc, char **argv)
}
if (http_server() < 0) {
fprintf(stderr, "Could not start server\n");
http_log("Could not start server\n");
exit(1);
}

Loading…
Cancel
Save