From 5eaf1ff47e4250af0f1b9bbd5cfc4c57d6305f7d Mon Sep 17 00:00:00 2001 From: "Javier S. Pedro" Date: Mon, 13 Feb 2012 21:20:17 +0100 Subject: remove noisy RDS error messages --- rds.c | 1 - 1 file changed, 1 deletion(-) diff --git a/rds.c b/rds.c index 1c41d4d..69a081a 100644 --- a/rds.c +++ b/rds.c @@ -208,7 +208,6 @@ static gboolean rds_callback(GIOChannel *source, GIOCondition condition, #endif if (error) { - g_debug("Incorrectable error in RDS block"); return TRUE; // Skip block } -- cgit v1.2.3