mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-23 11:09:23 +01:00
Oops, removed a log.
This commit is contained in:
parent
751090a556
commit
d9fcd25ac1
@ -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))
|
||||
|
Loading…
Reference in New Issue
Block a user