]> code.delx.au - pulseaudio/commitdiff
Downgraded the priority of a message, because it's really quite uninteresting.
authorTanu Kaskinen <tanuk@iki.fi>
Wed, 2 Jan 2008 13:08:52 +0000 (13:08 +0000)
committerTanu Kaskinen <tanuk@iki.fi>
Wed, 2 Jan 2008 13:08:52 +0000 (13:08 +0000)
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2091 fefdeb5f-60dc-0310-8127-8f9354f1896f

src/modules/module-ladspa-sink.c

index 50cdc4595fa113b2c57c88eb733a706e50ba67b0..d4351b2f0cbecb571b19e552415b8f9c831b17ca 100644 (file)
@@ -396,7 +396,7 @@ int pa__init(pa_module*m) {
             n_control++;
         else {
             pa_assert(LADSPA_IS_PORT_OUTPUT(d->PortDescriptors[p]) && LADSPA_IS_PORT_CONTROL(d->PortDescriptors[p]));
-            pa_log_info("Ignored port \"%s\", because we ignore all control out ports.", d->PortNames[p]);
+            pa_log_debug("Ignored control output port \"%s\".", d->PortNames[p]);
         }
     }