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/partx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'disk-utils/partx.c') diff --git a/disk-utils/partx.c b/disk-utils/partx.c index 6c3287b54..a971a7ea8 100644 --- a/disk-utils/partx.c +++ b/disk-utils/partx.c @@ -766,7 +766,7 @@ int main(int argc, char **argv) device = argv[optind]; if (stat(device, &sb)) - err(EXIT_FAILURE, _("%s: stat failed"), device); + err(EXIT_FAILURE, _("stat failed %s"), device); part_devno = sb.st_rdev; -- cgit v1.2.3-55-g7522