Merge branch 'schnippl0r/wrong_filename_of_logfile_in_panic_message' into 'master'

Fixed wrong filename of logfile in Voxygen's panic message.

Closes #1248

See merge request veloren/veloren!2657
This commit is contained in:
Joshua Barretto
2021-07-21 02:46:51 +00:00

View File

@ -114,7 +114,7 @@ fn main() {
PanicInfo: {}\n\ PanicInfo: {}\n\
Game version: {} [{}]", Game version: {} [{}]",
logs_dir logs_dir
.join("voxygen-<date>.log") .join("voxygen.log.<date>")
.display(), .display(),
reason, reason,
panic_info, panic_info,