From 474ac8d4262d2d0290a927f716c2fb80b4f79e00 Mon Sep 17 00:00:00 2001 From: Alexandre Ratchov Date: Tue, 3 Jan 2017 07:28:52 +0100 Subject: [PATCH] log file volume --- aucat/aucat.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/aucat/aucat.c b/aucat/aucat.c index 0cee83e..d0a57ed 100644 --- a/aucat/aucat.c +++ b/aucat/aucat.c @@ -256,6 +256,10 @@ slot_new(char *path, int mode, struct aparams *par, int hdr, log_puts(".."); log_puti(s->afile.endpos); } + if (s->mode == SIO_PLAY) { + log_puts(", vol "); + log_puti(s->vol); + } log_puts("\n"); } s->next = slot_list;