1
0
mirror of https://github.com/ericonr/sndio.git synced 2024-02-18 04:45:21 -06:00

log file volume

This commit is contained in:
Alexandre Ratchov 2017-01-03 07:28:52 +01:00
parent 0c783bd3b0
commit 0540006ea1

View File

@ -256,6 +256,10 @@ slot_new(char *path, int mode, struct aparams *par, int hdr,
log_puts(".."); log_puts("..");
log_puti(s->afile.endpos); log_puti(s->afile.endpos);
} }
if (s->mode == SIO_PLAY) {
log_puts(", vol ");
log_puti(s->vol);
}
log_puts("\n"); log_puts("\n");
} }
s->next = slot_list; s->next = slot_list;