mirror of
https://github.com/alsa-project/alsa-utils
synced 2024-11-10 00:25:43 +01:00
More verbose error report (xrun)
This commit is contained in:
parent
5db7e98e6f
commit
812cb6cfd1
1 changed files with 1 additions and 1 deletions
|
@ -944,7 +944,7 @@ static void xrun(void)
|
||||||
}
|
}
|
||||||
return; /* ok, data should be accepted again */
|
return; /* ok, data should be accepted again */
|
||||||
}
|
}
|
||||||
error("read/write error");
|
error("read/write error, state = %s", snd_pcm_state_name(snd_pcm_status_get_state(status)));
|
||||||
exit(EXIT_FAILURE);
|
exit(EXIT_FAILURE);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue