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



commit 18d75628ebfa0131f5128903bbdd70325e380fab
Author: Juan A. Suarez Romero <jasuarez igalia com>
Date:   Fri Sep 6 10:19:30 2013 +0200

    raitv: Do not show a warning on operation cancel

 src/raitv/grl-raitv.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/raitv/grl-raitv.c b/src/raitv/grl-raitv.c
index 6b9e9d3..ed1e16d 100644
--- a/src/raitv/grl-raitv.c
+++ b/src/raitv/grl-raitv.c
@@ -1357,7 +1357,7 @@ grl_raitv_source_cancel (GrlSource *source, guint operation_id)
 {
   RaitvOperation *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]