mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
change ffmpeg log to ./objs
This commit is contained in:
parent
ca02cfe1bf
commit
3a26b23fba
3 changed files with 4 additions and 4 deletions
|
@ -1933,7 +1933,7 @@ string SrsConfig::get_ffmpeg_log_dir()
|
|||
|
||||
SrsConfDirective* conf = root->get("ff_log_dir");
|
||||
if (!conf || conf->arg0().empty()) {
|
||||
return "./objs/logs";
|
||||
return "./objs";
|
||||
}
|
||||
|
||||
return conf->arg0();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue