From 921686c334179b58545ead8726cb1684b3d7736c Mon Sep 17 00:00:00 2001 From: Jeremy Whiting Date: Wed, 18 Jul 2012 12:44:06 -0600 Subject: [PATCH] telepathy: Change warning about CM not implementing contact list to debug message. fixes: 675223 --- NEWS | 1 + backends/telepathy/lib/tpf-persona-store.vala | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 3c19ece..f916082 100644 --- a/NEWS +++ b/NEWS @@ -10,6 +10,7 @@ Bugs fixed: • Bug 679618 — Crash when unsetting all groups • Bug 678696 — Add API for EDS Google system groups • Bug 669158 — Readonly/Offline issues +• Bug 675223 — Shouldn't warn if CM does not implement any contact list API changes: • Add AntiLinkable interface and implement it on Kf.Persona and Edsf.Persona diff --git a/backends/telepathy/lib/tpf-persona-store.vala b/backends/telepathy/lib/tpf-persona-store.vala index 6e667db..4a80c51 100644 --- a/backends/telepathy/lib/tpf-persona-store.vala +++ b/backends/telepathy/lib/tpf-persona-store.vala @@ -709,7 +709,7 @@ public class Tpf.PersonaStore : Folks.PersonaStore if (!this.account.connection.has_interface_by_id ( iface_quark_connection_interface_contact_list ())) { - warning ("Connection does not implement ContactList iface; " + + debug ("Connection does not implement ContactList iface; " + "legacy CMs are not supported any more."); this._remove_store (); -- 2.7.4