diff --git a/swap/src/cli/api/request.rs b/swap/src/cli/api/request.rs index bfd10e4ed..5e913fc32 100644 --- a/swap/src/cli/api/request.rs +++ b/swap/src/cli/api/request.rs @@ -459,8 +459,12 @@ pub async fn get_swap_infos_all(context: Arc) -> Result swap_infos.push(swap_info), + Err(error) => { + tracing::error!(%swap_id, %error, "Failed to get swap info"); + } + } } Ok(swap_infos)