mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2024-10-01 01:45:40 -04:00
fix: explicit log message
This commit is contained in:
parent
769a30c239
commit
5d31c27890
@ -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…
Reference in New Issue
Block a user