summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--service/pixelated/support/error_handler.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/service/pixelated/support/error_handler.py b/service/pixelated/support/error_handler.py
index 4551e5ad..1a0e1a11 100644
--- a/service/pixelated/support/error_handler.py
+++ b/service/pixelated/support/error_handler.py
@@ -21,6 +21,7 @@ def error_handler(excp):
print """
SSL Error: Please check your certificates or read our wiki for further info:
https://github.com/pixelated-project/pixelated-user-agent/wiki/Configuring-and-using-SSL-Certificates-for-LEAP-provider
- """
+ Error reference: %s
+ """ % excp.getErrorMessage()
else:
raise excp