From ececf6c0825bb6cca769806682348255c53d4eac Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Mon, 15 Oct 2018 13:58:00 +0200 Subject: [PATCH] core: be more specific in error message --- src/core/dbus.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/dbus.c b/src/core/dbus.c index ea77cf8309..d4b74bbd3b 100644 --- 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; } -- 2.25.1