Don't log the binary file data

This commit is contained in:
polaris
2014-05-03 12:08:54 -04:00
parent a1394ba3ad
commit e01c1a54b2

View File

@@ -141,7 +141,9 @@ class NintendoNasHTTPServerHandler(BaseHTTPServer.BaseHTTPRequestHandler):
self.end_headers()
logger.log(logging.DEBUG, "download response to %s", self.client_address)
logger.log(logging.DEBUG, ret)
if dlc_contenttype == False:
logger.log(logging.DEBUG, ret)
self.wfile.write(ret)