From 97b7748520960cc4cda2f9c9c25eb5c5ad27e326 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Tue, 9 Oct 2012 10:55:45 +0100 Subject: [PATCH 2/7] Downgrade failure to prepare self-contact from WARNING to DEBUG --- src/mcd-account.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } -- 1.7.10.4