From 790b15bcd3a3650f8971dc3a1b75f38291357187 Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Mon, 2 Sep 2013 01:48:05 +0000 Subject: [PATCH] amp: Downgrade level of log message. The scaling factor is often one, so this is not very important information. Set the loglevel to INFO. --- amp_filter.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/amp_filter.c b/amp_filter.c index f62ea8a2..dddc0a85 100644 --- a/amp_filter.c +++ b/amp_filter.c @@ -58,7 +58,7 @@ static void amp_open(struct filter_node *fn) sscanf(stat_item_values[SI_AMPLIFICATION], "%u", &pad->amp); else pad->amp = conf->amp_arg; - PARA_NOTICE_LOG("amplification: %u (scaling factor: %1.2f)\n", + PARA_INFO_LOG("amplification: %u (scaling factor: %1.2f)\n", pad->amp, pad->amp / 64.0 + 1.0); } -- 2.39.2