1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/f8eb167f9214/ Changeset: f8eb167f9214 User: dannon Date: 2014-11-24 23:11:58+00:00 Summary: Correct usage of log.exception. Affected #: 1 file diff -r 6045d6e2f2da3737736cb7ec9564d49f1e7f8232 -r f8eb167f92141c345426db259914028317767973 lib/galaxy/webapps/galaxy/controllers/user.py --- a/lib/galaxy/webapps/galaxy/controllers/user.py +++ b/lib/galaxy/webapps/galaxy/controllers/user.py @@ -1150,7 +1150,7 @@ except Exception, e: status = 'error' message = 'Failed to reset password: %s' % str( e ) - log.exception( 'Unable to reset password: ' + str( e ) ) + log.exception( 'Unable to reset password.' ) elif email is not None: message = "The specified user does not exist." status = 'error' Repository URL: https://bitbucket.org/galaxy/galaxy-central/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email.