log
This commit is contained in:
@@ -154,7 +154,7 @@ func (s *Server) oauth(h http.HandlerFunc) http.HandlerFunc {
|
||||
if config.OAuth != "" {
|
||||
err := oauth2client.Authenticate(config.OAuth, r.Host, w, r)
|
||||
if err != nil {
|
||||
log.Println("oauth failure", err)
|
||||
log.Println("oauth failure", r.Host, ":", err)
|
||||
return
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user