Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
git-svn-id: https://xpra.org/svn/Xpra/trunk@6180 3bb7dfac-3a0b-4e04-842a-767bc560f471
  • Loading branch information
totaam committed Apr 27, 2014
1 parent fd37061 commit 6c75e1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/xpra/client/client_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ def send_hello(self, challenge_response=None, client_salt=None):
hello["challenge_response"] = challenge_response
if client_salt:
hello["challenge_client_salt"] = client_salt
log.debug("send_hello(%s) packet=%s", binascii.hexlify(b(challenge_response or "", 'UTF-8')), hello)
log.debug("send_hello(%s) packet=%s", binascii.hexlify(b(challenge_response or "")), hello)
self.send("hello", hello)
self.timeout_add(DEFAULT_TIMEOUT, self.verify_connected)

Expand Down

0 comments on commit 6c75e1a

Please sign in to comment.