diff --git a/src/router.rs b/src/router.rs index bd5a66c..53a5a18 100644 --- a/src/router.rs +++ b/src/router.rs @@ -921,7 +921,7 @@ impl Router { } (None, Some(new_route)) => { info!( - "Aquired route to {subnet} via {}", + "Acquired route to {subnet} via {}", new_route.neighbour().connection_identifier() ); true