summaryrefslogtreecommitdiffstats
path: root/polyp/module-match.c
diff options
context:
space:
mode:
Diffstat (limited to 'polyp/module-match.c')
-rw-r--r--polyp/module-match.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/polyp/module-match.c b/polyp/module-match.c
index 7fdc5f3e..9d969b31 100644
--- a/polyp/module-match.c
+++ b/polyp/module-match.c
@@ -171,7 +171,7 @@ static void callback(struct pa_core *c, enum pa_subscription_event_type t, uint3
for (r = u->rules; r; r = r->next) {
if (!regexec(&r->regex, si->name, 0, NULL, 0)) {
- pa_log(__FILE__": changing volume of sink input '%s' to 0x%03x\n", si->name, r->volume);
+ pa_log_debug(__FILE__": changing volume of sink input '%s' to 0x%03x\n", si->name, r->volume);
pa_sink_input_set_volume(si, r->volume);
}
}