Fix log spelling
This commit is contained in:
parent
1e8d4d4a6e
commit
b2834beb8e
1 changed files with 1 additions and 1 deletions
|
@ -191,7 +191,7 @@ class PlexCompanion(threading.Thread):
|
|||
if client.check_client_registration():
|
||||
log.debug("Client is still registered")
|
||||
else:
|
||||
log.info("Client is no longer registered"
|
||||
log.info("Client is no longer registered. "
|
||||
"Plex Companion still running on port %s"
|
||||
% self.settings['myport'])
|
||||
# Get and set servers
|
||||
|
|
Loading…
Reference in a new issue