telepathy-mission-control: Downgrade failure to set alias/ avatar 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: 420ba08af8aa3d2b7300f683725dc8cc52858d51
URL: http://cgit.freedesktop.org/telepathy/telepathy-mission-control/commit/?id=420ba08af8aa3d2b7300f683725dc8cc52858d51
Author: Simon McVittie <simon.mcvittie at collabora.co.uk>
Date: Tue Oct 9 10:54:53 2012 +0100
Downgrade failure to set alias/avatar from WARNING to DEBUG
---
src/mcd-account.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/mcd-account.c b/src/mcd-account.c
index d9e52f0..b55877a 100644
--- a/src/mcd-account.c
+++ b/src/mcd-account.c
@@ -1286,7 +1286,7 @@ mcd_account_set_self_alias_cb (TpConnection *tp_connection,
GObject *weak_object)
{
if (error)
- WARNING ("%s", error->message);
+ DEBUG ("%s", error->message);
}
static void
@@ -1435,7 +1435,7 @@ avatars_set_avatar_cb (TpConnection *tp_connection,
if (error != NULL)
{
- WARNING ("%s: %s", self->priv->unique_name, error->message);
+ DEBUG ("%s: %s", self->priv->unique_name, error->message);
}
else
{
@@ -1456,7 +1456,7 @@ avatars_clear_avatar_cb (TpConnection *tp_connection,
if (error != NULL)
{
- WARNING ("%s: %s", self->priv->unique_name, error->message);
+ DEBUG ("%s: %s", self->priv->unique_name, error->message);
}
else
{
More information about the telepathy-commits
mailing list