This commit is contained in:
Marcus Efraimsson 2019-01-17 17:32:33 +01:00
parent c2accfa4c0
commit 8b3fe41b0a
No known key found for this signature in database
GPG Key ID: EBFE0FB04612DD4A

View File

@ -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)
}
}