echo-cancel-test: Enable debug log level

This commit is contained in:
Stefan Huber 2013-02-11 10:56:44 +01:00 committed by Tanu Kaskinen
parent 53807e4a28
commit 8aa30049ec

View file

@ -2092,6 +2092,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) {