mirror of
https://github.com/systemd/systemd.git
synced 2025-02-08 09:57:41 +03:00
nspawn: split long message into two lines
For names like /var/lib/container/something, the message becomes quite long. Better to split it. Also reword the message not to suggest that ^]^]^] only works in the beginning.
This commit is contained in:
parent
0c347259d3
commit
45f1386c9a
@ -2787,7 +2787,8 @@ int main(int argc, char *argv[]) {
|
||||
}
|
||||
|
||||
if (!arg_quiet)
|
||||
log_info("Spawning container %s on %s. Press ^] three times within 1s to abort execution.", arg_machine, arg_image ? arg_image : arg_directory);
|
||||
log_info("Spawning container %s on %s.\nPress ^] three times within 1s to kill container.",
|
||||
arg_machine, arg_image ? arg_image : arg_directory);
|
||||
|
||||
if (unlockpt(master) < 0) {
|
||||
log_error("Failed to unlock tty: %m");
|
||||
|
Loading…
x
Reference in New Issue
Block a user