diff --git a/resources/lib/downloadutils.py b/resources/lib/downloadutils.py index a18c9efa..f17c2532 100644 --- a/resources/lib/downloadutils.py +++ b/resources/lib/downloadutils.py @@ -268,7 +268,7 @@ class DownloadUtils(): if (int(window('countUnauthorized')) >= self.unauthorizedAttempts): self.logMsg('We seem to be truly unauthorized for PMS' - % url, -1) + ' %s ' % url, -1) if window('emby_serverStatus') not in ('401', 'Auth'): # Tell userclient token has been revoked. self.logMsg('Setting PMS server status to '