1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-09-16 08:36:51 +02:00

use http_log when log file is setup

Originally committed as revision 13847 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Baptiste Coudurier
2008-06-21 03:35:48 +00:00
parent 4e8f77ab61
commit acae1492cf

View File

@@ -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);
}