diff --git a/rust/connlib/snownet/src/node.rs b/rust/connlib/snownet/src/node.rs index 7e01c29f9..25640b524 100644 --- a/rust/connlib/snownet/src/node.rs +++ b/rust/connlib/snownet/src/node.rs @@ -449,7 +449,7 @@ where self.allocations .retain(|rid, allocation| match allocation.can_be_freed() { Some(e) => { - tracing::info!(%rid, "Disconnecting from relay; {e}"); + tracing::error!(%rid, "Disconnecting from relay; {e}"); false }