mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-30 01:27:31 +08:00
refactor: use Debug impl instead of Display impl for logging errors (#5301)
This commit is contained in:
@ -270,7 +270,7 @@ pub async fn receiver_for_error(rx: oneshot::Receiver<()>, mut server: impl Stop
|
||||
server.stop_server().await;
|
||||
}
|
||||
Err(err) => {
|
||||
logger::error!("Channel receiver error{err}");
|
||||
logger::error!("Channel receiver error: {err}");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user