DRTVWR-418: Try for more llcorehttp tests error diagnostics.

master
Nat Goodspeed 2016-12-06 09:32:36 -05:00
parent 05d58c91ef
commit e9a9e3d4ba
1 changed files with 2 additions and 1 deletions

View File

@ -284,7 +284,8 @@ class Server(ThreadingMixIn, HTTPServer):
# to stderr which annoys some. Disable this override to get
# default behavior which *shouldn't* cause the program to return
# a failure status.
def handle_error(self, request, client_address):
if not VERBOSE:
def handle_error(self, request, client_address):
print '-'*40
print 'Ignoring exception during processing of request from',
print client_address