[empathy] Use DEBUG instead of printerr



commit 9713a23a9b42860aa76f02b82cbc7a761110c3aa
Author: Pierre-Luc Beaudoin <pierre-luc beaudoin collabora co uk>
Date:   Fri May 29 15:51:31 2009 -0400

    Use DEBUG instead of printerr
---
 libempathy-gtk/empathy-location-manager.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/libempathy-gtk/empathy-location-manager.c b/libempathy-gtk/empathy-location-manager.c
index 20ce365..4c4e5e1 100644
--- a/libempathy-gtk/empathy-location-manager.c
+++ b/libempathy-gtk/empathy-location-manager.c
@@ -506,7 +506,7 @@ update_resources (EmpathyLocationManager *location_manager)
           GEOCLUE_ACCURACY_LEVEL_NONE, 0, TRUE, priv->resources,
           NULL))
     {
-      g_printerr ("set_requirements failed");
+      DEBUG ("set_requirements failed");
       return;
     }
 
@@ -542,7 +542,7 @@ setup_geoclue (EmpathyLocationManager *location_manager)
       priv->gc_client, &error);
   if (priv->gc_position == NULL)
     {
-      g_printerr ("Failed to create GeocluePosition: %s", error->message);
+      DEBUG ("Failed to create GeocluePosition: %s", error->message);
       g_error_free (error);
       return;
     }
@@ -555,7 +555,7 @@ setup_geoclue (EmpathyLocationManager *location_manager)
       priv->gc_client, &error);
   if (priv->gc_address == NULL)
     {
-      g_printerr ("Failed to create GeoclueAddress: %s", error->message);
+      DEBUG ("Failed to create GeoclueAddress: %s", error->message);
       g_error_free (error);
       return;
     }



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