Fix debug typo in API

Signed-off-by: Lee Smet <lee.smet@hotmail.com>
This commit is contained in:
Lee Smet
2025-10-31 12:26:02 +01:00
parent 702cb085e3
commit 1388935e35

View File

@@ -299,7 +299,7 @@ async fn get_no_route_entries<M>(State(state): State<ServerState<M>>) -> Json<Ve
where
M: Metrics + Clone + Send + Sync + 'static,
{
debug!("Loading queried subnets");
debug!("Loading no-route subnets");
let queries = state
.node
.lock()