Make the 'Group invalidated' warning a debug statement.
authorTravis Reitter <travis.reitter@collabora.co.uk>
Wed, 18 Aug 2010 16:11:34 +0000 (09:11 -0700)
committerTravis Reitter <travis.reitter@collabora.co.uk>
Wed, 18 Aug 2010 16:11:38 +0000 (09:11 -0700)
This seems to only be printed when signing off of some accounts, so it doesn't
deserve to be a warning.

backends/telepathy/tpf-persona.vala

index f7f0c9d..35f9de7 100644 (file)
@@ -262,7 +262,7 @@ public class Tpf.Persona : Folks.Persona,
                   (error.domain != TelepathyGLib.dbus_errors_quark () ||
                    error.code != TelepathyGLib.DBusError.OBJECT_REMOVED))
                 {
-                  warning ("Group invalidated: %s", error.message);
+                  debug ("Group invalidated: %s", error.message);
                 }
 
               this._change_group (group, false);