From add1b8afd0d836039d9adcc29f53ba6136a66b09 Mon Sep 17 00:00:00 2001 From: Sami Kerola Date: Sun, 15 Jul 2012 10:17:53 +0200 Subject: translation: unify stat error messages Signed-off-by: Sami Kerola --- disk-utils/mkfs.bfs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'disk-utils/mkfs.bfs.c') diff --git a/disk-utils/mkfs.bfs.c b/disk-utils/mkfs.bfs.c index c93067e20..d83f9e082 100644 --- a/disk-utils/mkfs.bfs.c +++ b/disk-utils/mkfs.bfs.c @@ -174,7 +174,7 @@ int main(int argc, char **argv) device = argv[optind++]; if (stat(device, &statbuf) < 0) - err(EXIT_FAILURE, _("cannot stat device %s"), device); + err(EXIT_FAILURE, _("stat failed %s"), device); if (!S_ISBLK(statbuf.st_mode)) errx(EXIT_FAILURE, _("%s is not a block special device"), device); -- cgit v1.2.3-55-g7522