Commit acae1492 authored by Baptiste Coudurier's avatar Baptiste Coudurier

use http_log when log file is setup

Originally committed as revision 13847 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 4e8f77ab
......@@ -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);
}
......
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