Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
ei-grad committed Jul 9, 2012
1 parent e9acb43 commit 3b56036
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tornado/iostream.py
Original file line number Diff line number Diff line change
Expand Up @@ -653,7 +653,7 @@ def _do_ssl_handshake(self):
try:
peer = self.socket.getpeername()
except:
peer = 'not connected'
peer = '(not connected)'
logging.warning("SSL Error on %d %s: %s",
self.socket.fileno(), peer, err)
return self.close()
Expand Down

0 comments on commit 3b56036

Please sign in to comment.