Update src/socket/meta.rs

This commit is contained in:
whitequark 2020-08-11 16:26:53 +00:00 committed by GitHub
parent 24e4868761
commit 548a019991
1 changed files with 1 additions and 1 deletions

View File

@ -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