fix: explicit log message

This commit is contained in:
binarybaron 2024-07-24 11:40:03 +02:00
parent 769a30c239
commit 5d31c27890
No known key found for this signature in database
GPG key ID: 99B75D3E1476A26E

View file

@ -300,7 +300,7 @@ async fn main() -> Result<()> {
} }
.await .await
{ {
tracing::error!(swap_id = %swap_id, "{:#}", e); tracing::error!(swap_id = %swap_id, error = ?e, "Failed to get swap details");
} }
} }