Commit 5ddf4178 authored by bcoudurier's avatar bcoudurier

use http_log when log file is setup

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@13847 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 71ec4d6e
...@@ -4504,7 +4504,7 @@ int main(int argc, char **argv) ...@@ -4504,7 +4504,7 @@ int main(int argc, char **argv)
} }
if (http_server() < 0) { if (http_server() < 0) {
fprintf(stderr, "Could not start server\n"); http_log("Could not start server\n");
exit(1); 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