mirror of
https://github.com/libretro/RetroArch
synced 2025-01-30 21:32:45 +00:00
Merge pull request #9494 from LazyBumHorse/fix_log
fix name of RetroArch's log file
This commit is contained in:
commit
f4feda6323
@ -26208,7 +26208,7 @@ void rarch_log_file_init(void)
|
||||
fill_pathname_join(log_file_path, settings->paths.log_dir,
|
||||
log_to_file_timestamp
|
||||
? timestamped_log_file_name
|
||||
: ".log",
|
||||
: "retroarch.log",
|
||||
sizeof(log_file_path));
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user