mirror of
https://github.com/neocturne/MinedMap.git
synced 2025-07-16 03:19:07 +02:00
core: use debug format for logging errors
Show the full cause stack.
This commit is contained in:
parent
0f308788ef
commit
1143396068
2 changed files with 2 additions and 2 deletions
|
@ -127,7 +127,7 @@ where
|
|||
Ok(source) => source,
|
||||
Err(err) => {
|
||||
warn!(
|
||||
"Failed to read source image {}: {}",
|
||||
"Failed to read source image {}: {:?}",
|
||||
source_path.display(),
|
||||
err,
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue