summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--plugins/screensaver-proxy/gsd-screensaver-proxy-manager.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/screensaver-proxy/gsd-screensaver-proxy-manager.c b/plugins/screensaver-proxy/gsd-screensaver-proxy-manager.c
index e434eb90..f9bb47c9 100644
--- a/plugins/screensaver-proxy/gsd-screensaver-proxy-manager.c
+++ b/plugins/screensaver-proxy/gsd-screensaver-proxy-manager.c
@@ -284,7 +284,7 @@ handle_method_call (GDBusConnection *connection,
unimplemented:
g_dbus_method_invocation_return_dbus_error (invocation,
"org.freedesktop.DBus.Error.NotSupported",
- "This method is not implemented");
+ "This method is not part of the idle inhibition specification: https://specifications.freedesktop.org/idle-inhibit-spec/latest/");
return;
error:
g_dbus_method_invocation_return_gerror (invocation, error);