aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSjoerd Simons <sjoerd.simons@collabora.co.uk>2009-07-31 01:30:25 +0800
committerSjoerd Simons <sjoerd.simons@collabora.co.uk>2009-07-31 01:30:25 +0800
commitf54c1834d7a8dc0de0f6f4c1ae60910a38944d05 (patch)
tree98ca23b66ca526d19786aa775723a741fe5cebe5
parent4e38b2c3eab6a2a19906db5c4933870beb6ce626 (diff)
downloadgsoc2013-empathy-f54c1834d7a8dc0de0f6f4c1ae60910a38944d05.tar
gsoc2013-empathy-f54c1834d7a8dc0de0f6f4c1ae60910a38944d05.tar.gz
gsoc2013-empathy-f54c1834d7a8dc0de0f6f4c1ae60910a38944d05.tar.bz2
gsoc2013-empathy-f54c1834d7a8dc0de0f6f4c1ae60910a38944d05.tar.lz
gsoc2013-empathy-f54c1834d7a8dc0de0f6f4c1ae60910a38944d05.tar.xz
gsoc2013-empathy-f54c1834d7a8dc0de0f6f4c1ae60910a38944d05.tar.zst
gsoc2013-empathy-f54c1834d7a8dc0de0f6f4c1ae60910a38944d05.zip
add some slightly nicer debug messages
-rw-r--r--libempathy/empathy-account.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/libempathy/empathy-account.c b/libempathy/empathy-account.c
index 5cf489769..4585d33cf 100644
--- a/libempathy/empathy-account.c
+++ b/libempathy/empathy-account.c
@@ -356,7 +356,8 @@ empathy_account_got_all_cb (TpProxy *proxy,
if (error != NULL)
{
- printf ("Unhappy\n");
+ DEBUG ("Failed to get the initial set of account properties: %s",
+ error->message);
return;
}
@@ -907,7 +908,7 @@ empathy_account_requested_presence_cb (TpProxy *proxy,
GObject *weak_object)
{
if (error)
- DEBUG (":( : %s", error->message);
+ DEBUG ("Failed to set the requested presence: %s", error->message);
}