mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-29 05:40:23 -04:00
echo-cancel-test: Enable debug log level
This commit is contained in:
parent
53807e4a28
commit
8aa30049ec
1 changed files with 3 additions and 0 deletions
|
|
@ -2092,6 +2092,9 @@ int main(int argc, char* argv[]) {
|
||||||
float drift;
|
float drift;
|
||||||
uint32_t nframes;
|
uint32_t nframes;
|
||||||
|
|
||||||
|
if (!getenv("MAKE_CHECK"))
|
||||||
|
pa_log_set_level(PA_LOG_DEBUG);
|
||||||
|
|
||||||
pa_memzero(&u, sizeof(u));
|
pa_memzero(&u, sizeof(u));
|
||||||
|
|
||||||
if (argc < 4 || argc > 7) {
|
if (argc < 4 || argc > 7) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue