mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Merge branch 'capucho/panic_log_wrong_directory' into 'master'
Fix the wrong logs directory being displayed on panic See merge request veloren/veloren!858
This commit is contained in:
commit
30e6bbc851
@ -133,7 +133,9 @@ fn main() {
|
|||||||
Panic Payload: {:?}\n\
|
Panic Payload: {:?}\n\
|
||||||
PanicInfo: {}\n\
|
PanicInfo: {}\n\
|
||||||
Game version: {} [{}]",
|
Game version: {} [{}]",
|
||||||
Settings::get_settings_path()
|
Settings::load()
|
||||||
|
.log
|
||||||
|
.logs_path
|
||||||
.join("voxygen-<date>.log")
|
.join("voxygen-<date>.log")
|
||||||
.display(),
|
.display(),
|
||||||
reason,
|
reason,
|
||||||
|
Loading…
Reference in New Issue
Block a user