summaryrefslogtreecommitdiffstats
path: root/term-utils/mesg.c
diff options
context:
space:
mode:
authorSami Kerola2012-07-15 10:17:53 +0200
committerKarel Zak2012-07-16 18:18:22 +0200
commitadd1b8afd0d836039d9adcc29f53ba6136a66b09 (patch)
tree1810f35135749e943b36c93cba296e3e917bed54 /term-utils/mesg.c
parentutmpdump: use help and version output macros (diff)
downloadkernel-qcow2-util-linux-add1b8afd0d836039d9adcc29f53ba6136a66b09.tar.gz
kernel-qcow2-util-linux-add1b8afd0d836039d9adcc29f53ba6136a66b09.tar.xz
kernel-qcow2-util-linux-add1b8afd0d836039d9adcc29f53ba6136a66b09.zip
translation: unify stat error messages
Signed-off-by: Sami Kerola <kerolasa@iki.fi>
Diffstat (limited to 'term-utils/mesg.c')
-rw-r--r--term-utils/mesg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/term-utils/mesg.c b/term-utils/mesg.c
index 366c679ac..b24e78335 100644
--- a/term-utils/mesg.c
+++ b/term-utils/mesg.c
@@ -121,7 +121,7 @@ int main(int argc, char *argv[])
err(MESG_EXIT_FAILURE, _("ttyname failed"));
if (stat(tty, &sb) < 0)
- err(MESG_EXIT_FAILURE, _("stat %s failed"), tty);
+ err(MESG_EXIT_FAILURE, _("stat failed %s"), tty);
if (!*argv) {
if (sb.st_mode & (S_IWGRP | S_IWOTH)) {