mirror of
https://github.com/encounter/objdiff.git
synced 2025-06-07 07:03:39 +00:00
Fix to_string_in_format_args warning
This commit is contained in:
parent
a474b27d55
commit
a162c2f840
@ -449,7 +449,7 @@ fn decode_exception_info(
|
||||
log::warn!(
|
||||
"Exception table decoding failed for function {}, reason: {}",
|
||||
extab_func_name,
|
||||
e.to_string()
|
||||
e
|
||||
);
|
||||
return Ok(None);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user