Change log level to trace in getMasterPlaylist
This commit is contained in:
parent
f2cd4d3609
commit
c8af7a409a
|
@ -102,7 +102,7 @@ public class MyFreeCamsModel extends AbstractModel {
|
|||
if(hlsUrl == null) {
|
||||
throw new IllegalStateException("Stream url unknown");
|
||||
}
|
||||
LOG.debug("Loading master playlist {}", hlsUrl);
|
||||
LOG.trace("Loading master playlist {}", hlsUrl);
|
||||
Request req = new Request.Builder().url(hlsUrl).build();
|
||||
Response response = site.getHttpClient().execute(req);
|
||||
try {
|
||||
|
|
Loading…
Reference in New Issue