Skip to content

Commit 90a4a1f

Browse files
authored
Id exc (#263)
* Updated logging
1 parent 7293474 commit 90a4a1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pssh/clients/base/single.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ def _identity_auth(self):
304304
logger.debug(
305305
"Authentication with identity file %s failed with %s, "
306306
"continuing with other identities",
307-
ex, identity_file)
307+
identity_file, ex)
308308
continue
309309
else:
310310
logger.debug("Authentication succeeded with identity file %s",

0 commit comments

Comments
 (0)