Skip to content
Snippets Groups Projects
Commit e9a9e3d4 authored by Nat Goodspeed's avatar Nat Goodspeed
Browse files

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

parent 05d58c91
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment