X-Git-Url: http://git.cascardo.info/?p=cascardo%2Fipsilon.git;a=blobdiff_plain;f=ipsilon%2Futil%2Ferrors.py;h=7017a1b3f0ca6b67e707efb1a15fbb3eacd8d885;hp=26a6a347216b6ae3647f3d1259c8dbf5b4703e08;hb=158c4cdefc0bd5b8dabe38685c1bebccc24d656b;hpb=f54958e7101614a64d2dceb18b46d68a88130506 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')