summaryrefslogtreecommitdiffstats
path: root/login-utils/sulogin.c
diff options
context:
space:
mode:
authorBenno Schulenberg2013-10-08 17:04:22 +0200
committerKarel Zak2013-10-09 11:37:38 +0200
commit47481cbd01819a6f387f6a2537f8ff1e4449deb0 (patch)
tree6dfafa51f6b490e329021a3d3acd7b39e1acdfb6 /login-utils/sulogin.c
parenttests: use 'btrfs' rather than 'btrfsctl' (diff)
downloadkernel-qcow2-util-linux-47481cbd01819a6f387f6a2537f8ff1e4449deb0.tar.gz
kernel-qcow2-util-linux-47481cbd01819a6f387f6a2537f8ff1e4449deb0.tar.xz
kernel-qcow2-util-linux-47481cbd01819a6f387f6a2537f8ff1e4449deb0.zip
textual: standardize some "cannot read" and "seek failed" error messages
Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
Diffstat (limited to 'login-utils/sulogin.c')
-rw-r--r--login-utils/sulogin.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/login-utils/sulogin.c b/login-utils/sulogin.c
index 352c7818e..4560ee0fb 100644
--- a/login-utils/sulogin.c
+++ b/login-utils/sulogin.c
@@ -602,7 +602,7 @@ static char *getpasswd(struct console *con)
case ENOENT:
break;
default:
- warn(_("%s: read failed"), con->tty);
+ warn(_("cannot read %s"), con->tty);
break;
}
goto quit;