From afce91f79de9bc09a97e3ca3520e2819efcc8cca Mon Sep 17 00:00:00 2001 From: JackDandy Date: Mon, 10 Nov 2014 04:45:26 +0000 Subject: [PATCH] Change reporting failed network_timezones.txt updates from an error to a warning. Tone down the language used and error to a warning for this common temporary server side fault. --- CHANGES.md | 1 + sickbeard/network_timezones.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 8f34e835..62e2b1a1 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -52,6 +52,7 @@ * Update xbmc link to Kodi at Config Notifications * Fix missing url for kickasstorrents in config_providers * Fix post processing when using tvrage indexer and mediabrowser metadata generation +* Change reporting failed network_timezones.txt updates from an error to a warning [develop changelog] * Change improve display of progress bars in the Downloads columns of the show list page diff --git a/sickbeard/network_timezones.py b/sickbeard/network_timezones.py index 56981782..911dea71 100644 --- a/sickbeard/network_timezones.py +++ b/sickbeard/network_timezones.py @@ -149,7 +149,7 @@ def update_network_dict(): url_data = helpers.getURL(url) if url_data is None: # When urlData is None, trouble connecting to github - logger.log(u"Loading Network Timezones update failed. Unable to get URL: " + url, logger.ERROR) + logger.log(u"Updating Network Timezones failed, this can happen from time to time. URL: " + url, logger.WARNING) load_network_dict() return