From 06785f7e2f1cb5634ca941d9933fd3877d63d214 Mon Sep 17 00:00:00 2001 From: Pierre-Luc Beaudoin Date: Thu, 28 May 2009 14:23:05 -0400 Subject: More explicit debug message on what is published --- libempathy-gtk/empathy-location-manager.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libempathy-gtk/empathy-location-manager.c b/libempathy-gtk/empathy-location-manager.c index 59555bf8a..90478ff36 100644 --- a/libempathy-gtk/empathy-location-manager.c +++ b/libempathy-gtk/empathy-location-manager.c @@ -143,7 +143,8 @@ publish_location (EmpathyLocationManager *location_manager, if (connection_status != TP_CONNECTION_STATUS_CONNECTED) return; - DEBUG ("Publishing location to account %s", + DEBUG ("Publishing %s location to account %s", + (g_hash_table_size (priv->location) == 0 ? "empty" : ""), mc_account_get_display_name (account)); empathy_tp_contact_factory_set_location (factory, priv->location); @@ -478,7 +479,6 @@ update_resources (EmpathyLocationManager *location_manager) } - static void setup_geoclue (EmpathyLocationManager *location_manager) { -- cgit v1.2.3