diff options
-rw-r--r-- | libempathy-gtk/empathy-location-manager.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libempathy-gtk/empathy-location-manager.c b/libempathy-gtk/empathy-location-manager.c index 899850bf8..59555bf8a 100644 --- a/libempathy-gtk/empathy-location-manager.c +++ b/libempathy-gtk/empathy-location-manager.c @@ -458,10 +458,10 @@ update_resources (EmpathyLocationManager *location_manager) priv = GET_PRIV (location_manager); - DEBUG ("Updating resources"); + DEBUG ("Updating resources %d", priv->resources); if (!geoclue_master_client_set_requirements (priv->gc_client, - GEOCLUE_ACCURACY_LEVEL_LOCALITY, 0, TRUE, priv->resources, + GEOCLUE_ACCURACY_LEVEL_NONE, 0, TRUE, priv->resources, NULL)) { g_printerr ("set_requirements failed"); |