Remove unneeded trace messages
This commit is contained in:
parent
5cadac31ce
commit
d07a9ffaaa
|
@ -90,7 +90,6 @@ public class MergedFfmpegHlsDownload extends AbstractHlsDownload {
|
||||||
}
|
}
|
||||||
|
|
||||||
protected void streamSegmentDataToFfmpeg() {
|
protected void streamSegmentDataToFfmpeg() {
|
||||||
LOG.trace("Starting streaming segments to file {}", targetFile);
|
|
||||||
while (running && !Thread.currentThread().isInterrupted()) {
|
while (running && !Thread.currentThread().isInterrupted()) {
|
||||||
try {
|
try {
|
||||||
try {
|
try {
|
||||||
|
@ -121,7 +120,6 @@ public class MergedFfmpegHlsDownload extends AbstractHlsDownload {
|
||||||
LOG.error("Segment download failed for model {}", model, e);
|
LOG.error("Segment download failed for model {}", model, e);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
LOG.trace("Finishing streaming segments to file {}", targetFile);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|
Loading…
Reference in New Issue