[grilo-plugins] bliptv: Do not show a warning on operation cancel
- From: Juan A. Suarez Romero <jasuarez src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [grilo-plugins] bliptv: Do not show a warning on operation cancel
- Date: Wed, 4 Sep 2013 14:53:24 +0000 (UTC)
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]