Skip to content

Commit

Permalink
[py] add request response data to debug logging
Browse files Browse the repository at this point in the history
  • Loading branch information
lmtierney committed Dec 6, 2017
1 parent 38d6934 commit fa49d08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion py/selenium/webdriver/remote/remote_connection.py
Original file line number Diff line number Diff line change
Expand Up @@ -558,5 +558,5 @@ def _request(self, method, url, body=None):
data = {'status': 0, 'value': body.strip()}
return data
finally:
LOGGER.debug("Finished Request")
LOGGER.debug(u"Finished Request {}".format(data))
resp.close()

0 comments on commit fa49d08

Please sign in to comment.