mkswap.c: In function ‘main’:
mkswap.c:646:6: warning: too few arguments for format
Signed-off-by: Karel Zak <kzak@redhat.com>
if (fgetfilecon(DEV, &oldcontext) < 0) {
if (errno != ENODATA)
err(EXIT_FAILURE,
- _("%s: %s: unable to obtain selinux file label: %s"),
+ _("%s: unable to obtain selinux file label"),
device_name);
if (matchpathcon(device_name, statbuf.st_mode, &oldcontext))
errx(EXIT_FAILURE, _("unable to matchpathcon()"));