From 45a9f8081b9accd079d9790430a598711bb9777c Mon Sep 17 00:00:00 2001 From: tomkat83 Date: Sun, 23 Oct 2016 16:15:57 +0200 Subject: [PATCH] Less logging --- resources/lib/librarysync.py | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/resources/lib/librarysync.py b/resources/lib/librarysync.py index 6394cbf0..1fd905b2 100644 --- a/resources/lib/librarysync.py +++ b/resources/lib/librarysync.py @@ -1575,12 +1575,12 @@ class LibrarySync(Thread): elif not (currSess['userId'] == window('currUserId') or currSess['username'] == window('plex_username')): - log.info('Our username %s, userid %s did not match ' - 'the session username %s with userid %s' - % (window('plex_username'), - window('currUserId'), - currSess['username'], - currSess['userId'])) + log.debug('Our username %s, userid %s did not match ' + 'the session username %s with userid %s' + % (window('plex_username'), + window('currUserId'), + currSess['username'], + currSess['userId'])) continue # Get an up-to-date XML from the PMS