Oops, removed a log.

This commit is contained in:
Jeremy Fincher 2003-12-17 13:16:31 +00:00
parent 751090a556
commit d9fcd25ac1

View File

@ -67,7 +67,7 @@ class Formatter(logging.Formatter):
try:
return cgitb.text((E, e, tb)).rstrip('\r\n')
except:
log.error('Cgitb.text raised an exception.')
error('Cgitb.text raised an exception.')
return logging.Formatter.formatException(self, (E, e, tb))
else:
return logging.Formatter.formatException(self, (E, e, tb))