summaryrefslogtreecommitdiff
path: root/settings
diff options
context:
space:
mode:
authorEric Koegel <eric.koegel@gmail.com>2015-03-20 14:39:46 +0300
committerEric Koegel <eric.koegel@gmail.com>2015-03-22 14:58:35 +0300
commit1c13a6f3790d26c85146052d2e9624b95eb20c4e (patch)
tree92a4e7adf590f7b39f9fa8baad2b055fb4b1473e /settings
parent7e2a80cc3df46f76c4b0cc617f94a9965f2452b4 (diff)
downloadixfce4-power-manager-1c13a6f3790d26c85146052d2e9624b95eb20c4e.tar.gz
trivial: make the ll warning a debug message
Diffstat (limited to 'settings')
-rw-r--r--settings/xfpm-settings.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/settings/xfpm-settings.c b/settings/xfpm-settings.c
index 6f26d242..4e4446da 100644
--- a/settings/xfpm-settings.c
+++ b/settings/xfpm-settings.c
@@ -1635,7 +1635,7 @@ static void xfpm_settings_light_locker (XfconfChannel *channel,
g_settings_schema_unref (schema);
} else {
- g_warning("Schema \"apps.light-locker\" not found. Not configuring Light Locker.");
+ XFPM_DEBUG ("Schema \"apps.light-locker\" not found. Not configuring Light Locker.");
gtk_widget_hide (light_locker_tab);
}
}