]> git.0d.be Git - empathy.git/commitdiff
Add a debug message for tracking global status
authorSjoerd Simons <sjoerd.simons@collabora.co.uk>
Tue, 18 Aug 2009 18:12:12 +0000 (19:12 +0100)
committerSjoerd Simons <sjoerd.simons@collabora.co.uk>
Tue, 18 Aug 2009 18:12:12 +0000 (19:12 +0100)
libempathy/empathy-account-manager.c

index 9a76fdafe14879cad10edcaf73070ffbdff19e7d..9f0c7100336a28d04097ce7721f34f6349ae6fc7 100644 (file)
@@ -201,6 +201,9 @@ emp_account_manager_update_global_presence (EmpathyAccountManager *manager)
     "status", &priv->global_status,
     "status-message", &priv->global_status_message,
     NULL);
+
+  DEBUG ("Updated global presence to: %s (%d) \"%s\"",
+    priv->global_status, priv->global_presence, priv->global_status_message);
 }
 
 static void