From fcb580a62a4bd5652555569145102d9b28c18434 Mon Sep 17 00:00:00 2001 From: croneter Date: Mon, 5 Nov 2018 11:08:20 +0100 Subject: [PATCH] Revert "Less logging" This reverts commit a4bd3e469fb417cfda4326af9c29047c8a92157a. --- resources/lib/plex_functions.py | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/lib/plex_functions.py b/resources/lib/plex_functions.py index c622ac9e..812475f4 100644 --- a/resources/lib/plex_functions.py +++ b/resources/lib/plex_functions.py @@ -559,6 +559,7 @@ class DownloadGen(object): 'sort': 'id', # Entries are sorted by plex_id 'excludeAllLeaves': 1 # PMS wont attach a first summary child }) + LOG.debug('DownloadGen url: %s, args: %s', self._url, self._args) self.xml = DU().downloadUrl(self._url, parameters=self._args) try: self.xml.attrib