eject: fix compiler warning [-Wformat-overflow]

Signed-off-by: Karel Zak <kzak@redhat.com>
This commit is contained in:
Karel Zak 2020-04-22 10:32:49 +02:00
parent 9faba2114a
commit 7c16238c06
1 changed files with 1 additions and 1 deletions

View File

@ -887,7 +887,7 @@ int main(int argc, char **argv)
}
if (!ctl.device)
errx(EXIT_FAILURE, _("%s: unable to find device"), ctl.device);
errx(EXIT_FAILURE, _("unable to find device"));
verbose(&ctl, _("device name is `%s'"), ctl.device);