Skip to content

Commit

Permalink
Merge pull request #2535 from Pvlerick/typo
Browse files Browse the repository at this point in the history
small typo in trace message
  • Loading branch information
utam0k authored Nov 17, 2023
2 parents 78059e0 + b3b48d4 commit 08c0a23
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 08c0a23

Please sign in to comment.