Explorar o código

chore: fix spelling on debug statement

lunar-mining %!s(int64=2) %!d(string=hai) anos
pai
achega
d404fe946a
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/net/hosts/refinery.rs

+ 1 - 1
src/net/hosts/refinery.rs

@@ -99,7 +99,7 @@ impl GreylistRefinery {
             if !ping_node(url, self.p2p().clone()).await {
                 let mut greylist = hosts.greylist.write().await;
                 greylist.remove(position);
-                debug!(target: "net::refinery::run()", "Peer {} is not response. Removed from greylist", url);
+                debug!(target: "net::refinery::run()", "Peer {} is non-responsive. Removed from greylist", url);
 
                 continue
             }