mirror of
https://github.com/neocturne/MinedMap.git
synced 2025-03-04 17:23:33 +01:00
main: fully print error messages
This commit is contained in:
parent
1d4c7a86ff
commit
ec09afcf15
1 changed files with 1 additions and 1 deletions
|
@ -155,7 +155,7 @@ impl<'a> RegionProcessor<'a> {
|
|||
|
||||
if let Err(err) = self.process_region(&path, coords) {
|
||||
eprintln!(
|
||||
"Failed to process region r.{}.{}.mca: {}",
|
||||
"Failed to process region r.{}.{}.mca: {:?}",
|
||||
coords.0, coords.1, err,
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue