telepathy-mission-control: Downgrade failure to prepare self-contact from WARNING to DEBUG

Simon McVittie smcv at kemper.freedesktop.org
Tue Oct 9 09:11:35 PDT 2012


Module: telepathy-mission-control
Branch: master
Commit: 97b7748520960cc4cda2f9c9c25eb5c5ad27e326
URL:    http://cgit.freedesktop.org/telepathy/telepathy-mission-control/commit/?id=97b7748520960cc4cda2f9c9c25eb5c5ad27e326

Author: Simon McVittie <simon.mcvittie at collabora.co.uk>
Date:   Tue Oct  9 10:55:45 2012 +0100

Downgrade failure to prepare self-contact from WARNING to DEBUG

---

 src/mcd-account.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/mcd-account.c b/src/mcd-account.c
index b55877a..4cc34f2 100644
--- a/src/mcd-account.c
+++ b/src/mcd-account.c
@@ -4754,7 +4754,7 @@ mcd_account_self_contact_upgraded_cb (GObject *source_object,
     }
   else
     {
-      WARNING ("failed to prepare self-contact: %s", error->message);
+      DEBUG ("failed to prepare self-contact: %s", error->message);
       g_clear_error (&error);
     }
 



More information about the telepathy-commits mailing list