aboutsummaryrefslogtreecommitdiff
path: root/src/ib-brightness-uscreen-control.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ib-brightness-uscreen-control.c')
-rw-r--r--src/ib-brightness-uscreen-control.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ib-brightness-uscreen-control.c b/src/ib-brightness-uscreen-control.c
index 4f8cd3e..ad2c155 100644
--- a/src/ib-brightness-uscreen-control.c
+++ b/src/ib-brightness-uscreen-control.c
@@ -119,7 +119,7 @@ static gboolean setUserBrightness(GDBusProxy* uscreen_proxy, GCancellable *gcanc
G_DBUS_CALL_FLAGS_NONE,
-1, gcancel, &error);
if (!ret) {
- g_warning("setUserBrightness via powerd failed: %s", error->message);
+ g_warning("setUserBrightness via unity.screen failed: %s", error->message);
g_error_free(error);
return FALSE;
} else {