[gnome-settings-daemon] color: Turn an harmless g_warning into a g_debug



commit 2c64e98a4212ecaa822e0b0392b7168db2687e7f
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]