Skip to content

Commit

Permalink
log full backtrace at debug level
Browse files Browse the repository at this point in the history
git-svn-id: https://xpra.org/svn/Xpra/trunk@23600 3bb7dfac-3a0b-4e04-842a-767bc560f471
  • Loading branch information
totaam committed Aug 27, 2019
1 parent 73e386e commit 71638fa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/xpra/server/auth/sys_auth_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ def authenticate_check(self, challenge_response, client_salt=None):
ret = self.check(password)
log("authenticate_check(..)=%s", ret)
except Exception as e:
log("check(..)", exc_info=True)
log.error("Error: %s authentication check failed:", self)
log.error(" %s", e)
return False
Expand Down

0 comments on commit 71638fa

Please sign in to comment.