aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--libempathy/empathy-account-manager.c3
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