Skip to content

Commit

Permalink
we must return True unless we want to fail the connection
Browse files Browse the repository at this point in the history
git-svn-id: https://xpra.org/svn/Xpra/trunk@18606 3bb7dfac-3a0b-4e04-842a-767bc560f471
  • Loading branch information
totaam committed Feb 26, 2018
1 parent a11b365 commit 819e7a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/xpra/client/mixins/remote_logging.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def parse_server_capabilities(self):
if is_debug_enabled(x):
log.warn("Warning: cannot enable remote logging")
log.warn(" because '%s' debug logging is enabled", x)
return
return True
log.info("enabled remote logging")
if not self.log_both:
log.info(" see server log file for further output")
Expand Down

0 comments on commit 819e7a2

Please sign in to comment.