Fix #84: Fix log line typo

Signed-off-by: Lee Smet <lee.smet@hotmail.com>
This commit is contained in:
Lee Smet
2023-12-20 16:40:47 +01:00
parent f8f146502a
commit 305ab2beea
+1 -1
View File
@@ -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