Improved logging message

This commit is contained in:
0xboobface 2018-09-07 16:51:12 +02:00
parent 51d48bbe87
commit 3cf3f2751e
1 changed files with 1 additions and 1 deletions

View File

@ -158,7 +158,7 @@ public class MergedHlsDownload extends AbstractHlsDownload {
LOG.error("Interrupted while waiting for a download future", e);
}
} catch (ExecutionException e) {
LOG.error("Error while executing download", e);
LOG.error("Error while opening segment stream", e);
}
}
});