Less logging
This commit is contained in:
parent
e2776261c3
commit
45a9f8081b
1 changed files with 6 additions and 6 deletions
|
@ -1575,7 +1575,7 @@ class LibrarySync(Thread):
|
||||||
elif not (currSess['userId'] == window('currUserId')
|
elif not (currSess['userId'] == window('currUserId')
|
||||||
or
|
or
|
||||||
currSess['username'] == window('plex_username')):
|
currSess['username'] == window('plex_username')):
|
||||||
log.info('Our username %s, userid %s did not match '
|
log.debug('Our username %s, userid %s did not match '
|
||||||
'the session username %s with userid %s'
|
'the session username %s with userid %s'
|
||||||
% (window('plex_username'),
|
% (window('plex_username'),
|
||||||
window('currUserId'),
|
window('currUserId'),
|
||||||
|
|
Loading…
Reference in a new issue