Skip to content

Commit

Permalink
even less scary message
Browse files Browse the repository at this point in the history
  • Loading branch information
totaam committed Nov 23, 2021
1 parent 9673958 commit f51eb3a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions xpra/server/server_util.py
Original file line number Diff line number Diff line change
Expand Up @@ -389,8 +389,7 @@ def has_uinput():
except ImportError as e:
log = get_util_logger()
log("has_uinput()", exc_info=True)
log.info("cannot access python uinput module:")
log.info(" %s", e)
log.info("no uinput module")
return False
try:
uinput.fdopen() #@UndefinedVariable
Expand Down

0 comments on commit f51eb3a

Please sign in to comment.