From 305ab2beeaf7bbd1cb146f8b1a00380789e4e581 Mon Sep 17 00:00:00 2001 From: Lee Smet Date: Wed, 20 Dec 2023 16:40:47 +0100 Subject: [PATCH] Fix #84: Fix log line typo Signed-off-by: Lee Smet --- src/router.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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