Less logging

This commit is contained in:
tomkat83 2016-10-23 16:15:57 +02:00
parent e2776261c3
commit 45a9f8081b

View file

@ -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'),