Skip to content

Commit

Permalink
doghouse: fix needless severity logging
Browse files Browse the repository at this point in the history
  • Loading branch information
haya14busa committed Jul 24, 2020
1 parent a1aca80 commit 5c8504f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doghouse/appengine/github.go
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ func (g *GitHubHandler) requestAccessToken(ctx context.Context, code, state stri
}

if token.AccessToken == "" {
aelog.Errorf(ctx, "[ERROR] response doesn't contain token (response: %s)", b)
aelog.Errorf(ctx, "response doesn't contain token (response: %s)", b)
return "", errors.New("response doesn't contain GitHub access token")
}

Expand Down

0 comments on commit 5c8504f

Please sign in to comment.