Skip to content

Commit

Permalink
change StatusNotModified log from Warn to Info level
Browse files Browse the repository at this point in the history
  • Loading branch information
zouyx committed Dec 2, 2017
2 parents eae6a0c + 8226f13 commit a1faf03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion request.go
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ func request(requestUrl string,connectionConfig *ConnectConfig,callBack *CallBac
return nil,nil
}
case http.StatusNotModified:
seelog.Warn("Config Not Modified:", err)
seelog.Info("Config Not Modified:", err)
if callBack!=nil&&callBack.NotModifyCallBack!=nil {
return nil,callBack.NotModifyCallBack()
}else{
Expand Down

0 comments on commit a1faf03

Please sign in to comment.