stream_libarchive: log each opened volume

To annoy the user.
This commit is contained in:
wm4 2020-01-04 19:48:55 +01:00
parent 5016a1e4a6
commit 4231ce6f5f
1 changed files with 1 additions and 0 deletions

View File

@ -103,6 +103,7 @@ static int open_cb(struct archive *arch, void *priv)
// Avoid annoying warnings/latency for known dummy volumes.
if (vol->index >= vol->mpa->num_volumes)
return ARCHIVE_OK;
MP_INFO(vol->mpa, "Opening volume '%s'...\n", vol->url);
vol->src = stream_create(vol->url,
STREAM_READ |
vol->mpa->primary_src->stream_origin,