projects
/
platform
/
upstream
/
systemd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
af6b0ec
)
core: add console error message if manager_startup() fails
author
Lennart Poettering
<lennart@poettering.net>
Thu, 7 Dec 2017 10:28:00 +0000
(11:28 +0100)
committer
Lennart Poettering
<lennart@poettering.net>
Thu, 7 Dec 2017 10:28:00 +0000
(11:28 +0100)
src/core/main.c
patch
|
blob
|
history
diff --git
a/src/core/main.c
b/src/core/main.c
index
87b116d
..
08d9188
100644
(file)
--- a/
src/core/main.c
+++ b/
src/core/main.c
@@
-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;
}