From 3cf3f2751e94a13dde111990f6aef7626be3bb14 Mon Sep 17 00:00:00 2001 From: 0xboobface <0xboobface@gmail.com> Date: Fri, 7 Sep 2018 16:51:12 +0200 Subject: [PATCH] Improved logging message --- src/main/java/ctbrec/recorder/download/MergedHlsDownload.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/ctbrec/recorder/download/MergedHlsDownload.java b/src/main/java/ctbrec/recorder/download/MergedHlsDownload.java index c6d8d198..9cbe5d03 100644 --- a/src/main/java/ctbrec/recorder/download/MergedHlsDownload.java +++ b/src/main/java/ctbrec/recorder/download/MergedHlsDownload.java @@ -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); } } });