]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
core: add console error message if manager_startup() fails
authorLennart Poettering <lennart@poettering.net>
Thu, 7 Dec 2017 10:28:00 +0000 (11:28 +0100)
committerLennart Poettering <lennart@poettering.net>
Thu, 7 Dec 2017 10:28:00 +0000 (11:28 +0100)
src/core/main.c

index 87b116dd03cd4eca3bb2b33c3820bb490f5f5573..08d9188385b0d88375ff7c79f2e9d4aa5683877c 100644 (file)
@@ -2375,6 +2375,7 @@ int main(int argc, char *argv[]) {
         r = manager_startup(m, arg_serialization, fds);
         if (r < 0) {
                 log_error_errno(r, "Failed to fully start up daemon: %m");
+                error_message = "Failed to start up manager";
                 goto finish;
         }