Skip to content

Commit

Permalink
fixup backport
Browse files Browse the repository at this point in the history
  • Loading branch information
totaam committed Jun 1, 2023
1 parent 1116464 commit c609a50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xpra/net/ssh.py
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ def safe_lookup(config_obj, host):
log("%s.lookup(%s)", config_obj, host, exc_info=True)
log.warn(f"Warning: unable to load SSH host config for {host!r}:")
log.warn(f" {e}")
except KeyError as e:
except KeyError as e:
log("%s.lookup(%s)", config_obj, host, exc_info=True)
log.info(f"paramiko ssh config lookup error for host {host!r}:")
log.info(" %s: %s", type(e), e)
Expand Down

0 comments on commit c609a50

Please sign in to comment.