Skip to content

Commit

Permalink
Merge branch '2.0' into 2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bitprophet committed Sep 19, 2018
2 parents ef900b7 + a5ce12d commit f861ef0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion paramiko/transport.py
Expand Up @@ -1972,7 +1972,7 @@ def run(self):
# itself literally MSG_UNIMPLEMENTED, in which case, we
# just shut up to avoid causing a useless loop).
name = MSG_NAMES[ptype]
warning = "Oops, unhandled type {} ({!r})".format(
warning = "Oops, unhandled type {0} ({1!r})".format(
ptype, name
)
self._log(WARNING, warning)
Expand Down

0 comments on commit f861ef0

Please sign in to comment.