Browse Source

net: Fix minor log aesthetic.

parazyd 3 năm trước cách đây
mục cha
commit
ffd7e5907b
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/net/p2p.rs

+ 1 - 1
src/net/p2p.rs

@@ -280,7 +280,7 @@ impl P2p {
         }
 
         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
         }