]> git.0d.be Git - empathy.git/commitdiff
add some slightly nicer debug messages
authorSjoerd Simons <sjoerd.simons@collabora.co.uk>
Thu, 30 Jul 2009 17:30:25 +0000 (19:30 +0200)
committerSjoerd Simons <sjoerd.simons@collabora.co.uk>
Thu, 30 Jul 2009 17:30:25 +0000 (19:30 +0200)
libempathy/empathy-account.c

index 5cf489769969d90140c4688c8e125d31556abaaa..4585d33cf2f3c5d13b3f207f28daff26b358bf95 100644 (file)
@@ -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);
 }