Change log level

This commit is contained in:
0xboobface 2018-10-03 14:29:10 +02:00
parent e22658b285
commit 0e41599ecb
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ public class Model {
StreamInfo info;
if(ignoreCache) {
info = Chaturbate.INSTANCE.loadStreamInfo(getName());
LOG.debug("Model {} room status: {}", getName(), info.room_status);
LOG.trace("Model {} room status: {}", getName(), info.room_status);
} else {
info = Chaturbate.INSTANCE.getStreamInfo(getName());
}