]> code.delx.au - pulseaudio/commitdiff
echo-cancel: Remove extraneous debug message
authorArun Raghavan <arun.raghavan@collabora.co.uk>
Fri, 20 May 2011 04:31:16 +0000 (10:01 +0530)
committerArun Raghavan <arun.raghavan@collabora.co.uk>
Fri, 20 May 2011 04:31:57 +0000 (10:01 +0530)
This was making it impossible to run in debug mode with save_aec=1

src/modules/echo-cancel/module-echo-cancel.c

index a06e481d827afca0581b1c5583e7baab49cdce32..b0d3c687f42b72f5f55e3d8815a8b92a71ee2150 100644 (file)
@@ -720,7 +720,6 @@ static void source_output_push_cb(pa_source_output *o, const pa_memchunk *chunk)
                         fwrite(pdata, 1, u->blocksize, u->played_file);
                     if (u->canceled_file)
                         fwrite(cdata, 1, u->blocksize, u->canceled_file);
-                    pa_log_debug("AEC frame saved.");
                 }
 
                 pa_memblock_release(cchunk.memblock);