Преглед изворни кода

net: Fix minor log aesthetic.

parazyd пре 3 година
родитељ
комит
ffd7e5907b
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/net/p2p.rs

+ 1 - 1
src/net/p2p.rs

@@ -280,7 +280,7 @@ impl P2p {
         }
         }
 
 
         if futures.is_empty() {
         if futures.is_empty() {
-            warn!(target: "net::p2p::broadcast()", "P2P: No connected channels found for broadcast");
+            warn!(target: "net::p2p::broadcast()", "[P2P] No connected channels found for broadcast");
             return
             return
         }
         }