mirror of
https://github.com/containers/youki
synced 2024-11-23 01:11:58 +01:00
small typo in trace message
Signed-off-by: Philippe Vlérick <pvlerick@gmail.com>
This commit is contained in:
parent
3c7cc26574
commit
b3b48d447a
@ -166,7 +166,7 @@ impl UserNamespaceConfig {
|
||||
|
||||
Ok(Some(user_ns_config))
|
||||
} else {
|
||||
tracing::debug!("this is container does NOT create a new user namespace");
|
||||
tracing::debug!("this container does NOT create a new user namespace");
|
||||
Ok(None)
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user