diff --git a/bootstrap/src/initnsmgr.rs b/bootstrap/src/initnsmgr.rs index 74bba3f50e..ad5e1ac2be 100644 --- a/bootstrap/src/initnsmgr.rs +++ b/bootstrap/src/initnsmgr.rs @@ -166,7 +166,7 @@ impl<'sock> NamespaceScheme<'sock> { ctx: &CallerCtx, ) -> Result { let Some(cap_fd) = ns.get_scheme_fd(scheme) else { - warn!("Scheme {:?} not found in namespace", scheme); + log::info!("Scheme {:?} not found in namespace", scheme); return Err(Error::new(ENODEV)); };