mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-11-24 11:49:48 +00: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:
parent
4e8f77ab61
commit
acae1492cf
@ -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…
Reference in New Issue
Block a user