mirror of
https://git.busybox.net/busybox
synced 2026-02-07 20:50:26 +00:00
vlock: make message shorter
This commit is contained in:
parent
da3cec9c85
commit
d9867320b4
1 changed files with 1 additions and 1 deletions
|
|
@ -108,7 +108,7 @@ int vlock_main(int argc, char **argv)
|
|||
tcsetattr(STDIN_FILENO, TCSANOW, &term);
|
||||
|
||||
do {
|
||||
printf("Virtual Console%s locked. Enter %s's password to unlock\n", (o_lock_all) ? "s" : "", pw->pw_name);
|
||||
printf("Virtual Console%s locked by %s.\n", (o_lock_all) ? "s" : "", pw->pw_name);
|
||||
if (correct_password(pw)) {
|
||||
break;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue