[gnome-settings-daemon] color: Switching to a new account shouldn't warn



commit 229d40cdd49f161113dac3ca6f7632e312362169
Author: Bastien Nocera <hadess hadess net>
Date:   Thu Jan 31 18:05:48 2013 +0100

    color: Switching to a new account shouldn't warn

 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 ddd84f7..ab3f84a 100644
--- a/plugins/color/gsd-color-manager.c
+++ b/plugins/color/gsd-color-manager.c
@@ -2117,7 +2117,7 @@ gcm_session_active_changed_cb (GDBusProxy      *session,
          * and we want to avoid reprobing the devices for that.
          */
         if (is_active && !priv->session_is_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]