Skip to content

Commit

Permalink
Quieten a very noisy mutex debug message
Browse files Browse the repository at this point in the history
Rate limit · GitHub

Access has been restricted

You have triggered a rate limit.

Please wait a few minutes before you try again;
in some cases this may take up to an hour.

mikebrady committed Feb 16, 2019
1 parent 5af6179 commit 14aa9d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion audio_alsa.c
Original file line number Diff line number Diff line change
@@ -1394,7 +1394,7 @@ int play(void *buf, int samples) {
// debug(3,"audio_alsa play called.");
int ret = 0;

pthread_cleanup_debug_mutex_lock(&alsa_mutex, 50000, 1);
pthread_cleanup_debug_mutex_lock(&alsa_mutex, 50000, 0);

if (alsa_backend_state == abm_disconnected) {
ret = do_open();

0 comments on commit 14aa9d4

Please sign in to comment.