[folks] telepathy: Change warning about CM not implementing contact list to debug message. fixes: 675223
- From: Jeremy Whiting <jpwhiting src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [folks] telepathy: Change warning about CM not implementing contact list to debug message. fixes: 675223
- Date: Wed, 18 Jul 2012 18:45:56 +0000 (UTC)
commit 921686c334179b58545ead8726cb1684b3d7736c
Author: Jeremy Whiting <jpwhiting kde org>
Date: Wed Jul 18 12:44:06 2012 -0600
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 deletions(-)
---
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 ();
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]