alsa: move the exceptionally large value errors from error to debug level
authorJaroslav Kysela <perex@perex.cz>
Wed, 14 Oct 2020 15:16:44 +0000 (17:16 +0200)
committerTanu Kaskinen <tanuk@iki.fi>
Mon, 26 Oct 2020 15:48:35 +0000 (15:48 +0000)
commit1d6bd6689f1c8292385a86acd927716fb4e87414
tree3aed31b1addf76cc38187dc37a7bb981f0cdadda
parentd8e708e44c551f5a385f482597d649c6996c1ccb
alsa: move the exceptionally large value errors from error to debug level

Almost all reports from users, I have seen in last years, were not valid.
The report is also printed when the system scheduler does not wake
the pulseaudio thread in the right time. Users are not able to distinguish
between slow machine and the real problem.

Move the log level from 'error' to 'debug' for those messages.

The right fix should be to measure the time between the call invocation and
return to determine (and skip) the scheduling problems, but it is another
extra code just to debug things.

Signed-off-by: Jaroslav Kysela <perex@perex.cz>
src/modules/alsa/alsa-util.c