Skip to content

Commit

Permalink
Id exc (#263)
Browse files Browse the repository at this point in the history
* Updated logging
  • Loading branch information
pkittenis committed Jan 4, 2021
1 parent 7293474 commit 90a4a1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pssh/clients/base/single.py
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ def _identity_auth(self):
logger.debug(
"Authentication with identity file %s failed with %s, "
"continuing with other identities",
ex, identity_file)
identity_file, ex)
continue
else:
logger.debug("Authentication succeeded with identity file %s",
Expand Down

0 comments on commit 90a4a1f

Please sign in to comment.