summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/gpm-brightness.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gpm-brightness.c b/src/gpm-brightness.c
index 5a3853e..1ef8da4 100644
--- a/src/gpm-brightness.c
+++ b/src/gpm-brightness.c
@@ -561,7 +561,7 @@ gpm_brightness_trust_cache (GpmBrightness *brightness)
* if we have multiple things setting policy on the workstation, e.g. fast user switching
* or kpowersave, then this will be invalid -- this logic may be insane */
if (GPM_SOLE_SETTER_USE_CACHE && brightness->priv->cache_trusted) {
- g_warning ("using cache for value %u (probably okay)", brightness->priv->cache_percentage);
+ g_debug ("using cache for value %u (probably okay)", brightness->priv->cache_percentage);
return TRUE;
}
return FALSE;