Skip to content

Commit

Permalink
don't show a useless message
Browse files Browse the repository at this point in the history
  • Loading branch information
totaam committed Mar 10, 2023
1 parent 1937834 commit 8f6fb5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xpra/client/ui_client_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -485,7 +485,7 @@ def nosend(*_args):
bits = c.intget("python.bits", 0)
bitsstr = "" if bits==0 else f" {bits}-bit"
log.info(f"Xpra {mode} server version {std(r)}{bitsstr}")
if i:
if i and i!="unknown":
log.info(f" running on {std(i)}")
if c.boolget("desktop") or c.boolget("shadow"):
v = c.intpair("actual_desktop_size")
Expand Down

0 comments on commit 8f6fb5b

Please sign in to comment.