diff options
author | Sjoerd Simons <sjoerd.simons@collabora.co.uk> | 2009-08-19 02:12:12 +0800 |
---|---|---|
committer | Sjoerd Simons <sjoerd.simons@collabora.co.uk> | 2009-08-19 02:12:12 +0800 |
commit | 84a60506e5b1cf6cdbf0e2838c0c37eeb3b4a480 (patch) | |
tree | 44fb1e9f22d35eba9e5d2a261342db5a14b01e02 /libempathy | |
parent | 37dd3c3001f54daf3b2f41c2360bc2f46dcf00e8 (diff) | |
download | gsoc2013-empathy-84a60506e5b1cf6cdbf0e2838c0c37eeb3b4a480.tar gsoc2013-empathy-84a60506e5b1cf6cdbf0e2838c0c37eeb3b4a480.tar.gz gsoc2013-empathy-84a60506e5b1cf6cdbf0e2838c0c37eeb3b4a480.tar.bz2 gsoc2013-empathy-84a60506e5b1cf6cdbf0e2838c0c37eeb3b4a480.tar.lz gsoc2013-empathy-84a60506e5b1cf6cdbf0e2838c0c37eeb3b4a480.tar.xz gsoc2013-empathy-84a60506e5b1cf6cdbf0e2838c0c37eeb3b4a480.tar.zst gsoc2013-empathy-84a60506e5b1cf6cdbf0e2838c0c37eeb3b4a480.zip |
Add a debug message for tracking global status
Diffstat (limited to 'libempathy')
-rw-r--r-- | libempathy/empathy-account-manager.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libempathy/empathy-account-manager.c b/libempathy/empathy-account-manager.c index 9a76fdafe..9f0c71003 100644 --- a/libempathy/empathy-account-manager.c +++ b/libempathy/empathy-account-manager.c @@ -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 |