chiark / gitweb /
bus-proxy: read the right policy when running in user mode
[elogind.git] / src / nspawn / nspawn.c
index 19fb086e7ab8ef2c9a67278f5329d17f10c80dd8..26ac1bf7df2369cce29bfdc2d0bf0573923b7fc5 100644 (file)
@@ -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");