From 541afbb989628b3a92bb1402901b04742c6b1786 Mon Sep 17 00:00:00 2001 From: angelblue05 Date: Mon, 25 Jul 2016 17:36:43 -0500 Subject: [PATCH] 2.2.18 (#51) Fix logging error (#51) --- resources/lib/librarysync.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/lib/librarysync.py b/resources/lib/librarysync.py index 4c7ff088..46e5c4b1 100644 --- a/resources/lib/librarysync.py +++ b/resources/lib/librarysync.py @@ -417,8 +417,8 @@ class LibrarySync(threading.Thread): # Take the userview, and validate the item belong to the view if self.emby.verifyView(grouped_view['Id'], verifyitem): # Take the name of the userview - log("Found corresponding view: %s %s" - % (grouped_view['Name'], grouped_view['Id']), 1) + log.info("Found corresponding view: %s %s" + % (grouped_view['Name'], grouped_view['Id'])) foldername = grouped_view['Name'] break else: