]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - meson.build
Merge pull request #29588 from keszybz/net-naming-scheme-255
[thirdparty/systemd.git] / meson.build
index 77684b5caf092e5ce59de9c386742aff8b0a9f63..356e1839e9178ca2b6903fe439d8f924894754ac 100644 (file)
@@ -884,7 +884,7 @@ if not meson.is_cross_build()
 endif
 if nobody_user != nobody_group and not (nobody_user == 'nobody' and nobody_group == 'nogroup')
         warning('\n' +
-                'The configured user name "@0@" and group name "@0@" of the nobody user/group are not equivalent.\n'.format(nobody_user, nobody_group) +
+                'The configured user name "@0@" and group name "@1@" of the nobody user/group are not equivalent.\n'.format(nobody_user, nobody_group) +
                 'Please re-check that both "nobody-user" and "nobody-group" options are correctly set.')
 endif