Ver Fonte

net/channel: changed outgoing metering log target to debug to reduce log bloat

skoupidi há 1 ano atrás
pai
commit
a783ae6cf3
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      src/net/channel.rs

+ 1 - 1
src/net/channel.rs

@@ -241,7 +241,7 @@ impl Channel {
         // Check if we need to sleep
         if let Some(sleep_time) = sleep_time {
             let sleep_time = 2 * sleep_time;
-            warn!(
+            debug!(
                 target: "net::channel::send()",
                 "[P2P] Channel rate limit is active, sleeping before sending for: {} (ms)",
                 sleep_time,