mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-08-19 03:28:28 -04:00
chore: formatting in select! macro
This commit is contained in:
parent
ec169916d6
commit
dc68344b62
1 changed files with 18 additions and 19 deletions
|
@ -167,7 +167,6 @@ impl EventLoop {
|
||||||
}
|
}
|
||||||
SwarmEvent::OutgoingConnectionError { peer_id, error } => {
|
SwarmEvent::OutgoingConnectionError { peer_id, error } => {
|
||||||
if let Some(peer_id_from_error) = peer_id {
|
if let Some(peer_id_from_error) = peer_id {
|
||||||
|
|
||||||
if peer_id_from_error == self.rendezvous_peer_id {
|
if peer_id_from_error == self.rendezvous_peer_id {
|
||||||
tracing::error!(
|
tracing::error!(
|
||||||
"Failed to connect to rendezvous point at {}: {}",
|
"Failed to connect to rendezvous point at {}: {}",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue