Skip to content

Commit

Permalink
updated logging.
Browse files Browse the repository at this point in the history
  • Loading branch information
craig8 committed Jun 7, 2024
1 parent d5b74dd commit 2b8552b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ieee_2030_5/basic_proxy.py
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ def finish_request(self, request, client_address):
super().finish_request(request, client_address)

def shutdown_request(self, request):
print("Connection Closing")
_log.info("Connection Closing")
conn = connections.pop(request.connection_name)
conn.close()
super().shutdown_request(request)
Expand Down

0 comments on commit 2b8552b

Please sign in to comment.