[folks] telepathy: Change the logger warning to a debug message



commit d92c24753eae430c4c7f1810d96973ee40d278f0
Author: Philip Withnall <philip tecnocode co uk>
Date:   Mon Apr 16 18:12:30 2012 +0100

    telepathy: Change the logger warning to a debug message
    
    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 |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/backends/telepathy/lib/tpf-persona-store.vala b/backends/telepathy/lib/tpf-persona-store.vala
index ded6a73..0d3e033 100644
--- a/backends/telepathy/lib/tpf-persona-store.vala
+++ b/backends/telepathy/lib/tpf-persona-store.vala
@@ -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;
                     }



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]