mirror of
https://github.com/barronwaffles/dwc_network_server_emulator.git
synced 2026-08-21 18:15:42 -05:00
Don't log the binary file data
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user