summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2012-10-09 10:55:45 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2012-10-09 10:55:45 +0100
commit97b7748520960cc4cda2f9c9c25eb5c5ad27e326 (patch)
tree62841ca7f7994b43e67caf78fd5e633e40f5da7f
parent420ba08af8aa3d2b7300f683725dc8cc52858d51 (diff)
Downgrade failure to prepare self-contact from WARNING to DEBUG
-rw-r--r--src/mcd-account.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mcd-account.c b/src/mcd-account.c
index b55877af..4cc34f23 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);
}