mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-07-31 02:29:03 -04:00
fix: explicit log message
This commit is contained in:
parent
769a30c239
commit
5d31c27890
1 changed files with 1 additions and 1 deletions
|
@ -300,7 +300,7 @@ async fn main() -> Result<()> {
|
|||
}
|
||||
.await
|
||||
{
|
||||
tracing::error!(swap_id = %swap_id, "{:#}", e);
|
||||
tracing::error!(swap_id = %swap_id, error = ?e, "Failed to get swap details");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue