X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fdbus-manager.c;h=d1d3b4784e7fa33484d01d925b711c3f6857078a;hb=4313fc2ceb6aa4dd9b8ddc02be65903cd5e071ac;hp=769035f607e6865d634436c35973578a70017f45;hpb=e9ddabc246ced239cbce436e16792dc4c3d1b52d;p=elogind.git diff --git a/src/dbus-manager.c b/src/dbus-manager.c index 769035f60..d1d3b4784 100644 --- a/src/dbus-manager.c +++ b/src/dbus-manager.c @@ -854,7 +854,7 @@ static DBusHandlerResult bus_manager_message_handler(DBusConnection *connection, } else if (dbus_message_is_method_call(message, "org.freedesktop.systemd1.Manager", "Exit")) { if (m->running_as == MANAGER_SYSTEM) { - dbus_set_error(&error, BUS_ERROR_NOT_SUPPORTED, "Exit is only supported for session managers."); + dbus_set_error(&error, BUS_ERROR_NOT_SUPPORTED, "Exit is only supported for user service managers."); return bus_send_error_reply(m, connection, message, &error, -ENOTSUP); }