diff --git a/mycelium/src/router.rs b/mycelium/src/router.rs index 93bf2a3..f5189a8 100644 --- a/mycelium/src/router.rs +++ b/mycelium/src/router.rs @@ -1599,7 +1599,7 @@ where } else { // This can happen if the only feasible route gets an infinite metric, as those are // never selected. - info!(subnet = %subnet, "Retracting route"); + debug!(subnet = %subnet, "Retracting route"); let update = babel::Update::new( UPDATE_INTERVAL, self.router_seqno.read().unwrap().0,