mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
log fix
This commit is contained in:
@@ -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)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user