소스 검색

Fix warning

tags/v0.3.2
Russ Garrett 5 년 전
부모
커밋
6b522416cd
No account linked to committer's email address
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      httplistener/github.go

+ 1
- 1
httplistener/github.go 파일 보기

@@ -35,7 +35,7 @@ func (hl *HTTPListener) githubHandler(w http.ResponseWriter, request *http.Reque
35 35
 
36 36
 	if err != nil {
37 37
 		// This usually happens because we've received an event we don't need to handle.
38
-		log.Warnf("Error parsing github webhook: %s", err)
38
+		log.Warningf("Error parsing github webhook: %s", err)
39 39
 		return
40 40
 	}
41 41
 

Loading…
취소
저장