mirror of
https://github.com/systemd/systemd.git
synced 2024-12-22 17:35:35 +03:00
meson: Fix unused format parameter warning
This commit is contained in:
parent
869c1cf88f
commit
79f4870384
@ -882,7 +882,7 @@ if not meson.is_cross_build()
|
|||||||
endif
|
endif
|
||||||
if nobody_user != nobody_group and not (nobody_user == 'nobody' and nobody_group == 'nogroup')
|
if nobody_user != nobody_group and not (nobody_user == 'nobody' and nobody_group == 'nogroup')
|
||||||
warning('\n' +
|
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.')
|
'Please re-check that both "nobody-user" and "nobody-group" options are correctly set.')
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user