Add log statement

This commit is contained in:
0xboobface 2018-10-25 10:55:24 +02:00
parent 91a41d446b
commit 7e6f5bbc2c
1 changed files with 1 additions and 0 deletions

View File

@ -85,6 +85,7 @@ public class MyFreeCamsClient {
Thread watchDog = new Thread(() -> {
while(running) {
if (ws == null) {
LOG.info("Websocket is null. Starting a new connection");
Request req = new Request.Builder()
.url(wsUrl)
.addHeader("Origin", "http://m.myfreecams.com")