mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
log fix
This commit is contained in:
parent
c2accfa4c0
commit
8b3fe41b0a
@ -168,7 +168,7 @@ func (hs *HTTPServer) loginUserWithUser(user *m.User, c *m.ReqContext) {
|
||||
|
||||
err := hs.AuthTokenService.UserAuthenticatedHook(user, c)
|
||||
if err != nil {
|
||||
hs.log.Error("User auth hook failed", err)
|
||||
hs.log.Error("User auth hook failed", "error", err)
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user