From: Lennart Poettering Date: Mon, 15 Oct 2018 11:58:00 +0000 (+0200) Subject: core: be more specific in error message X-Git-Tag: v240~538^2~12 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ececf6c0825bb6cca769806682348255c53d4eac;p=thirdparty%2Fsystemd.git core: be more specific in error message --- diff --git a/src/core/dbus.c b/src/core/dbus.c index ea77cf83099..d4b74bbd3bb 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; }