Explorar o código

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

skoupidi hai 1 ano
pai
achega
a783ae6cf3
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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,