Skip to content

Commit

Permalink
small typo in trace message
Browse files Browse the repository at this point in the history
Signed-off-by: Philippe Vlérick <[email protected]>
  • Loading branch information
Pvlerick committed Nov 17, 2023
1 parent 3c7cc26 commit b3b48d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/libcontainer/src/user_ns.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}
}
Expand Down

0 comments on commit b3b48d4

Please sign in to comment.