mirror of
https://github.com/neocturne/MinedMap.git
synced 2025-03-04 17:23:33 +01:00
main: do not rebuild region filename from coords
This commit is contained in:
parent
2ccb282f6f
commit
51a0e178b1
1 changed files with 3 additions and 2 deletions
|
@ -155,8 +155,9 @@ impl<'a> RegionProcessor<'a> {
|
|||
|
||||
if let Err(err) = self.process_region(&path, coords) {
|
||||
eprintln!(
|
||||
"Failed to process region r.{}.{}.mca: {:?}",
|
||||
coords.0, coords.1, err,
|
||||
"Failed to process region {}: {:?}",
|
||||
path.file_name().unwrap_or_default().to_string_lossy(),
|
||||
err,
|
||||
);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue