[grilo] net: Downgrade verbose error output to a GRL_DEBUG()



commit cd58c0445c47ca7cd8b10af50f036adaa2c2b284
Author: Bastien Nocera <hadess hadess net>
Date:   Mon Oct 24 16:28:02 2016 +0200

    net: Downgrade verbose error output to a GRL_DEBUG()
    
    And don't mark debug strings as translatable.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=773422

 libs/net/grl-net-wc.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/libs/net/grl-net-wc.c b/libs/net/grl-net-wc.c
index 8d7c186..a312fcc 100644
--- a/libs/net/grl-net-wc.c
+++ b/libs/net/grl-net-wc.c
@@ -487,7 +487,7 @@ parse_error (guint status,
                                      _("Operation was cancelled"));
     return;
   default:
-    g_message (_("Unhandled status: %s"), soup_status_get_phrase (status));
+    GRL_DEBUG ("Unhandled status: %s", soup_status_get_phrase (status));
   }
 }
 


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