Less logging
This commit is contained in:
parent
eb87dc0cae
commit
8d82794de6
1 changed files with 3 additions and 3 deletions
|
@ -176,9 +176,9 @@ class PlexCompanion(Thread):
|
|||
if client.check_client_registration():
|
||||
log.debug("Client is still registered")
|
||||
else:
|
||||
log.info("Client is no longer registered. "
|
||||
"Plex Companion still running on port %s"
|
||||
% self.settings['myport'])
|
||||
log.debug("Client is no longer registered. "
|
||||
"Plex Companion still running on port %s"
|
||||
% self.settings['myport'])
|
||||
# Get and set servers
|
||||
if message_count % 30 == 0:
|
||||
subscriptionManager.serverlist = client.getServerList()
|
||||
|
|
Loading…
Reference in a new issue