mirror of
https://github.com/threefoldtech/mycelium.git
synced 2026-06-07 00:01:40 +00:00
Fix #84: Fix log line typo
Signed-off-by: Lee Smet <lee.smet@hotmail.com>
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user