[grilo-plugins] bliptv: Do not show a warning on operation cancel



commit 7046b83cdae7a39924e1d441f66a6ce08fec946a
Author: Juan A. Suarez Romero <jasuarez igalia com>
Date:   Wed Sep 4 12:06:31 2013 +0000

    bliptv: Do not show a warning on operation cancel

 src/bliptv/grl-bliptv.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/bliptv/grl-bliptv.c b/src/bliptv/grl-bliptv.c
index c3cbcda..d8d30f6 100644
--- a/src/bliptv/grl-bliptv.c
+++ b/src/bliptv/grl-bliptv.c
@@ -547,7 +547,7 @@ grl_bliptv_source_cancel (GrlSource *source, guint operation_id)
 {
   BliptvOperation *op = grl_operation_get_data (operation_id);
 
-  GRL_WARNING ("Cancelling id=%u", operation_id);
+  GRL_DEBUG ("Cancelling id=%u", operation_id);
 
   if (!op)
     {


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