Improved logging message
This commit is contained in:
parent
51d48bbe87
commit
3cf3f2751e
|
@ -158,7 +158,7 @@ public class MergedHlsDownload extends AbstractHlsDownload {
|
||||||
LOG.error("Interrupted while waiting for a download future", e);
|
LOG.error("Interrupted while waiting for a download future", e);
|
||||||
}
|
}
|
||||||
} catch (ExecutionException e) {
|
} catch (ExecutionException e) {
|
||||||
LOG.error("Error while executing download", e);
|
LOG.error("Error while opening segment stream", e);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue