forked from j62/ctbrec
Reduce log level of updateCloudFlareCookies
This commit is contained in:
parent
bd9645105b
commit
10321f32bd
|
@ -125,7 +125,7 @@ public class MVLiveModel extends AbstractModel {
|
||||||
|
|
||||||
public void updateCloudFlareCookies() throws IOException, InterruptedException {
|
public void updateCloudFlareCookies() throws IOException, InterruptedException {
|
||||||
String url = "https://" + APP_HOST + "/api/" + getRoomNumber() + "/player-settings/" + getDisplayName();
|
String url = "https://" + APP_HOST + "/api/" + getRoomNumber() + "/player-settings/" + getDisplayName();
|
||||||
LOG.debug("Getting CF cookies: {}", url);
|
LOG.trace("Getting CF cookies: {}", url);
|
||||||
Request req = new Request.Builder()
|
Request req = new Request.Builder()
|
||||||
.url(url)
|
.url(url)
|
||||||
.header(USER_AGENT, Config.getInstance().getSettings().httpUserAgent)
|
.header(USER_AGENT, Config.getInstance().getSettings().httpUserAgent)
|
||||||
|
|
Loading…
Reference in New Issue