#7941: fix error message

This commit is contained in:
Ezio Melotti 2010-02-16 23:58:49 +00:00
parent e511fc7979
commit 6f9030329c

View file

@ -64,7 +64,7 @@ class BaseHandler:
# Error handling (also per-subclass or per-instance)
traceback_limit = None # Print entire traceback to self.get_stderr()
error_status = "500 Dude, this is whack!"
error_status = "500 Internal Server Error"
error_headers = [('Content-Type','text/plain')]
error_body = "A server error occurred. Please contact the administrator."