summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
Diffstat (limited to 'python')
-rw-r--r--python/downloadprovider.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/python/downloadprovider.py b/python/downloadprovider.py
index 632a5f25..112c4783 100644
--- a/python/downloadprovider.py
+++ b/python/downloadprovider.py
@@ -214,6 +214,7 @@ if (sys.platform != "win32") and (sys.version_info >= (2, 7, 9)):
except URLError as e:
core.BNSetErrorForDownloadInstance(self.handle, e.__class__.__name__)
+ log.log_error(str(e))
return -1
except:
core.BNSetErrorForDownloadInstance(self.handle, "Unknown Exception!")