Procházet zdrojové kódy

chore: remove artifact from debug statement

lunar-mining před 2 roky
rodič
revize
fe95e34db5
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. 2 2
      src/net/session/outbound_session.rs

+ 2 - 2
src/net/session/outbound_session.rs

@@ -301,8 +301,8 @@ impl Slot {
                 Err(err) => {
                     debug!(
                         target: "net::outbound_session::try_connect()",
-                        "[P2P] Outbound slot #{} connection failed: {}, node {}",
-                        slot, err, self.p2p().settings().node_id
+                        "[P2P] Outbound slot #{} connection failed: {}",
+                        slot, err
                     );
 
                     dnetev!(self, OutboundSlotDisconnected, {