From: Daan De Meyer Date: Mon, 11 Apr 2022 09:40:24 +0000 (+0200) Subject: namespace-util: Fix typo X-Git-Tag: v251-rc2~145 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=688efe7703328c5a0251fafac55757b8864a9f9a;p=thirdparty%2Fsystemd.git namespace-util: Fix typo --- diff --git a/src/basic/namespace-util.c b/src/basic/namespace-util.c index b9120a5ed0e..4da9cb4cae7 100644 --- a/src/basic/namespace-util.c +++ b/src/basic/namespace-util.c @@ -213,7 +213,7 @@ int userns_acquire(const char *uid_map, const char *gid_map) { r = namespace_open(pid, NULL, NULL, NULL, &userns_fd, NULL); if (r < 0) - return log_error_errno(r, "Failed to open netns fd: %m"); + return log_error_errno(r, "Failed to open userns fd: %m"); return TAKE_FD(userns_fd);