diff --git a/common/src/main/java/ctbrec/recorder/download/HlsDownload.java b/common/src/main/java/ctbrec/recorder/download/HlsDownload.java index c9f4f174..c2720b16 100644 --- a/common/src/main/java/ctbrec/recorder/download/HlsDownload.java +++ b/common/src/main/java/ctbrec/recorder/download/HlsDownload.java @@ -171,7 +171,7 @@ public class HlsDownload extends AbstractHlsDownload { break; } catch(Exception e) { if (i == maxTries) { - LOG.warn("Error while downloading segment. Segment finally {} failed", file.toFile().getName()); + LOG.warn("Error while downloading segment. Segment {} finally failed", file.toFile().getName()); } else { LOG.warn("Error while downloading segment on try {}", i); }