projects
/
paraslash.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5a4b744
)
amp: Downgrade level of log message.
author
Andre Noll
<maan@systemlinux.org>
Mon, 2 Sep 2013 01:48:05 +0000
(
01:48
+0000)
committer
Andre Noll
<maan@systemlinux.org>
Wed, 11 Sep 2013 22:27:07 +0000
(22:27 +0000)
The scaling factor is often one, so this is not very important
information. Set the loglevel to INFO.
amp_filter.c
patch
|
blob
|
history
diff --git
a/amp_filter.c
b/amp_filter.c
index
f62ea8a
..
dddc0a8
100644
(file)
--- 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);
}