Skip to content

Commit

Permalink
[frontend] use 'debug' level for krb debug message
Browse files Browse the repository at this point in the history
  • Loading branch information
praiskup committed Oct 5, 2016
1 parent c8d2323 commit 2845e2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/coprs_frontend/coprs/views/misc.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ def krb5_login(name):
return flask.render_template("403.html", message=nocred), 403

krb_username = flask.request.environ['REMOTE_USER']
app.logger.info("krb5 " + krb_username)
app.logger.debug("krb5 login attempt: " + krb_username)
username = krb_straighten_username(krb_username)
if not username:
message = "invalid krb5 username: " + krb_username
Expand Down

0 comments on commit 2845e2d

Please sign in to comment.