[empathy/mc5: 416/483] Add a debug message for tracking global status



commit 84a60506e5b1cf6cdbf0e2838c0c37eeb3b4a480
Author: Sjoerd Simons <sjoerd simons collabora co uk>
Date:   Tue Aug 18 19:12:12 2009 +0100

    Add a debug message for tracking global status

 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 9a76fda..9f0c710 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



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]