log file volume

This commit is contained in:
Alexandre Ratchov 2017-01-03 07:28:52 +01:00
parent 2606d3f24e
commit 474ac8d426
1 changed files with 4 additions and 0 deletions

View File

@ -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;