Downgrade scheme not found log level to info
This commit is contained in:
@@ -166,7 +166,7 @@ impl<'sock> NamespaceScheme<'sock> {
|
||||
ctx: &CallerCtx,
|
||||
) -> Result<usize> {
|
||||
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));
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user