Skip to content

Commit

Permalink
add debug logging
Browse files Browse the repository at this point in the history
  • Loading branch information
totaam committed Nov 25, 2022
1 parent 3280205 commit 4f63e1a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions xpra/net/ssh/paramiko_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@ def safe_lookup(config_obj, host):


def connect_to(display_desc):
log(f"connect_to({display_desc})")
#plain socket attributes:
host = display_desc["host"]
port = display_desc.get("port", 22)
Expand Down

0 comments on commit 4f63e1a

Please sign in to comment.