Skip to content

Commit

Permalink
#786: try to log the message client side when we failed to forward it
Browse files Browse the repository at this point in the history
git-svn-id: https://xpra.org/svn/Xpra/trunk@8715 3bb7dfac-3a0b-4e04-842a-767bc560f471
  • Loading branch information
totaam committed Feb 28, 2015
1 parent e003185 commit 0cf8b20
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/xpra/client/ui_client_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -1423,6 +1423,7 @@ def remote_logging_handler(self, log, level, msg, *args, **kwargs):
#errors can happen during exit, don't care
return
self.local_logging(log, logging.WARNING, "failed to send logging packet: %s" % e)
self.local_logging(log, level, msg, *args, **kwargs)
finally:
self.in_remote_logging = False

Expand Down

0 comments on commit 0cf8b20

Please sign in to comment.