Skip to content

Commit

Permalink
show which mixin is having the problem
Browse files Browse the repository at this point in the history
git-svn-id: https://xpra.org/svn/Xpra/trunk@21177 3bb7dfac-3a0b-4e04-842a-767bc560f471
  • Loading branch information
totaam committed Dec 6, 2018
1 parent 755e0db commit 4d8c2cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/xpra/server/server_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -510,7 +510,7 @@ def get_ui_info(self, proto, client_uuids=None, *args):
try:
merge_dicts(info, c.get_ui_info(self, proto, client_uuids, *args))
except Exception:
log.error("Error gathering UI info", exc_info=True)
log.error("Error gathering UI info on %s", c, exc_info=True)
return info

def get_thread_info(self, proto):
Expand Down

0 comments on commit 4d8c2cd

Please sign in to comment.