Explorar el Código

Update src/socket/meta.rs

whitequark hace 4 años
padre
commit
eba8d0eef3
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/socket/meta.rs

+ 1 - 1
src/socket/meta.rs

@@ -71,7 +71,7 @@ impl Meta {
                     self.neighbor_state = NeighborState::Active;
                     true
                 } else if timestamp > silent_until {
-                    net_trace!("{}: Retrying egress for neighbor {}", self.handle, neighbor);
+                    net_trace!("{}: neighbor {} silence timer expired, rediscovering", self.handle, neighbor);
                     true
                 } else {
                     false