summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/login/logind.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/login/logind.c b/src/login/logind.c
index efc37a12ee..59ee2e6d44 100644
--- a/src/login/logind.c
+++ b/src/login/logind.c
@@ -675,8 +675,8 @@ static int manager_connect_bus(Manager *m) {
&error,
NULL, NULL);
if (r < 0) {
- log_error("Failed to enable subscription: %s", bus_error_message(&error, r));
- return r;
+ log_warning("Failed to subscribe to org.freedesktop.systemd1.Manager: %s",
+ bus_error_message(&error, r));
}
r = sd_bus_request_name(m->bus, "org.freedesktop.login1", 0);