From 7f9542c5313ebc30ace678bccfed9e11ba354c2c Mon Sep 17 00:00:00 2001 From: tomkat83 Date: Wed, 13 Apr 2016 14:42:04 +0200 Subject: [PATCH] More logging --- resources/lib/downloadutils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lib/downloadutils.py b/resources/lib/downloadutils.py index dac85765..9bbe26e6 100644 --- a/resources/lib/downloadutils.py +++ b/resources/lib/downloadutils.py @@ -259,7 +259,7 @@ class DownloadUtils(): # Called when checking a connect - no need for rash action return 401 r.encoding = 'utf-8' - self.logMsg('HTTP error 401 from PMS', -1) + self.logMsg('HTTP error 401 from PMS %s' % url, -1) self.logMsg(r.text, 1) if '401 Unauthorized' in r.text: # Truly unauthorized