summaryrefslogtreecommitdiffstats
path: root/ipsilon/util/errors.py
diff options
context:
space:
mode:
Diffstat (limited to 'ipsilon/util/errors.py')
-rw-r--r--ipsilon/util/errors.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipsilon/util/errors.py b/ipsilon/util/errors.py
index 26a6a34..7017a1b 100644
--- a/ipsilon/util/errors.py
+++ b/ipsilon/util/errors.py
@@ -31,7 +31,7 @@ class Errors(Page):
return str(output_page)
def handler(self, status, message, traceback, version):
- self._debug(repr([status, message, traceback, version]))
+ self.debug(repr([status, message, traceback, version]))
return self._error_template('internalerror.html',
title='Internal Error')