projects
/
systemd
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6861920
)
core: be more specific in error message
author
Lennart Poettering
<lennart@poettering.net>
Mon, 15 Oct 2018 11:58:00 +0000
(13:58 +0200)
committer
Lennart Poettering
<lennart@poettering.net>
Mon, 15 Oct 2018 17:35:00 +0000
(19:35 +0200)
src/core/dbus.c
patch
|
blob
|
history
diff --git
a/src/core/dbus.c
b/src/core/dbus.c
index ea77cf83099aea3aadea0c50d9c2e44bfbdefdab..d4b74bbd3bbe16e76152030b68312f7aaf341b4f 100644
(file)
--- a/
src/core/dbus.c
+++ b/
src/core/dbus.c
@@
-1001,7
+1001,7
@@
int bus_init_private(Manager *m) {
e = secure_getenv("XDG_RUNTIME_DIR");
if (!e) {
- log_error("
Failed to determine XDG_RUNTIME_DIR
");
+ log_error("
XDG_RUNTIME_DIR is not set, refusing.
");
return -EHOSTDOWN;
}