chiark / gitweb /
sd-bus: implement sd_bus_get_owner_creds() for kdbus
[elogind.git] / src / core / main.c
index 44373cc7ef435f23079da0f00b49eaf2d0f02843..0388f46c36197e22cbfd9ccbd33d03dd69ebf3de 100644 (file)
@@ -1857,7 +1857,7 @@ finish:
                         /* And switch root with MS_MOVE, because we remove the old directory afterwards and detach it. */
                         r = switch_root(switch_root_dir, "/mnt", true, MS_MOVE);
                         if (r < 0)
-                                log_error("Failed to switch root, ignoring: %s", strerror(-r));
+                                log_error("Failed to switch root, trying to continue: %s", strerror(-r));
                 }
 
                 args_size = MAX(6, argc+1);