aboutsummaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-rw-r--r--modules/title.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/title.py b/modules/title.py
index 4a69e96d..2a74470a 100644
--- a/modules/title.py
+++ b/modules/title.py
@@ -54,7 +54,7 @@ class Module(ModuleManager.BaseModule):
except utils.http.HTTPWrongContentTypeException:
return -1, None
except Exception as e:
- self.log.error("failed to get URL title: %s", [url], exc_info=True)
+ self.log.error("failed to get URL title for %s: %s", [url, str(e)])
return -1, None
if page.data.title: