[folks] use debug() when failing to get a contact list channel
- From: Guillaume Desmottes <gdesmott src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [folks] use debug() when failing to get a contact list channel
- Date: Tue, 17 Aug 2010 11:44:55 +0000 (UTC)
commit 9239c2319714356db81eefe096c2b2141fc1a057
Author: Guillaume Desmottes <guillaume desmottes collabora co uk>
Date: Tue Aug 17 13:39:27 2010 +0200
use debug() when failing to get a contact list channel
backends/telepathy/tpf-persona-store.vala | 4 +---
1 files changed, 1 insertions(+), 3 deletions(-)
---
diff --git a/backends/telepathy/tpf-persona-store.vala b/backends/telepathy/tpf-persona-store.vala
index db66021..edd784d 100644
--- a/backends/telepathy/tpf-persona-store.vala
+++ b/backends/telepathy/tpf-persona-store.vala
@@ -829,9 +829,7 @@ public class Tpf.PersonaStore : Folks.PersonaStore
}
catch (GLib.Error e)
{
- /* the 'stored' channel doesn't always exist for the CM */
- if (name != "stored")
- warning ("failed to add channel '%s': %s\n", name, e.message);
+ debug ("Failed to add channel '%s': %s\n", name, e.message);
/* XXX: assuming there's no decent way to recover from this */
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]