[gnome-settings-daemon/gnome-3-6] color: Turn an harmless g_warning into a g_debug
- From: Rui Matos <rtcm src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-settings-daemon/gnome-3-6] color: Turn an harmless g_warning into a g_debug
- Date: Wed, 7 Nov 2012 16:43:21 +0000 (UTC)
commit 7c523f9a7c0d57267c701efede7616d66f4a1470
Author: Rui Matos <tiagomatos gmail com>
Date: Wed Nov 7 17:30:42 2012 +0100
color: Turn an harmless g_warning into a g_debug
plugins/color/gsd-color-manager.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/plugins/color/gsd-color-manager.c b/plugins/color/gsd-color-manager.c
index 999b88c..d091ceb 100644
--- a/plugins/color/gsd-color-manager.c
+++ b/plugins/color/gsd-color-manager.c
@@ -2234,7 +2234,7 @@ gcm_session_active_changed_cb (GnomeSettingsSession *session,
state_new = gnome_settings_session_get_state (session);
if (priv->session_state != GNOME_SETTINGS_SESSION_STATE_UNKNOWN &&
state_new == GNOME_SETTINGS_SESSION_STATE_ACTIVE) {
- g_warning ("Done switch to new account, reload devices");
+ g_debug ("Done switch to new account, reload devices");
cd_client_get_devices (manager->priv->client, NULL,
gcm_session_get_devices_cb,
manager);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]