telepathy: Change the logger warning to a debug message
authorPhilip Withnall <philip@tecnocode.co.uk>
Mon, 16 Apr 2012 17:12:30 +0000 (18:12 +0100)
committerPhilip Withnall <philip@tecnocode.co.uk>
Tue, 17 Apr 2012 10:59:14 +0000 (11:59 +0100)
It’s quite legitimate for no logger to be running, and users will get an
error when they try to change the favourite status of a contact anyway.

backends/telepathy/lib/tpf-persona-store.vala

index ded6a73..0d3e033 100644 (file)
@@ -488,7 +488,7 @@ public class Tpf.PersonaStore : Folks.PersonaStore
                     }
                   catch (GLib.Error e)
                     {
-                      warning ("Failed to initialise favourite contacts: %s",
+                      debug ("Failed to initialise favourite contacts: %s",
                           e.message);
                       this._logger = null;
                     }