[pulseaudio-discuss] [PATCH 1/3] echo-cancel-test: Enable debug log level
Stefan Huber
s.huber at bct-electronic.com
Mon Feb 11 01:56:44 PST 2013
---
src/modules/echo-cancel/module-echo-cancel.c | 3 +++
1 file changed, 3 insertions(+)
diff --git a/src/modules/echo-cancel/module-echo-cancel.c b/src/modules/echo-cancel/module-echo-cancel.c
index 11ad1de..41877a2 100644
--- a/src/modules/echo-cancel/module-echo-cancel.c
+++ b/src/modules/echo-cancel/module-echo-cancel.c
@@ -2077,6 +2077,9 @@ int main(int argc, char* argv[]) {
float drift;
uint32_t nframes;
+ if (!getenv("MAKE_CHECK"))
+ pa_log_set_level(PA_LOG_DEBUG);
+
pa_memzero(&u, sizeof(u));
if (argc < 4 || argc > 7) {
--
1.7.9.5
More information about the pulseaudio-discuss
mailing list