summaryrefslogtreecommitdiff
path: root/aplay/aplay.c
diff options
context:
space:
mode:
Diffstat (limited to 'aplay/aplay.c')
-rw-r--r--aplay/aplay.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/aplay/aplay.c b/aplay/aplay.c
index 22a5fe0..e1f7c4d 100644
--- a/aplay/aplay.c
+++ b/aplay/aplay.c
@@ -1176,6 +1176,8 @@ static void xrun(void)
fprintf(stderr, _("%s!!! (at least %.3f ms long)\n"),
stream == SND_PCM_STREAM_PLAYBACK ? _("underrun") : _("overrun"),
diff.tv_sec * 1000 + diff.tv_nsec / 10000000.0);
+ if (verbose)
+ snd_pcm_dump(handle, log);
#else
fprintf(stderr, "%s !!!\n", _("underrun"));
#endif