Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
zouyx committed Aug 5, 2020
2 parents 5f745ea + 83646d8 commit 0e7984a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion protocol/http/request.go
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ func Request(requestURL string, connectionConfig *env.ConnectConfig, callBack *C
}
return nil, nil
case http.StatusNotModified:
log.Info("Config Not Modified:", err)
log.Debug("Config Not Modified:", err)
if callBack != nil && callBack.NotModifyCallBack != nil {
return nil, callBack.NotModifyCallBack()
}
Expand Down

0 comments on commit 0e7984a

Please sign in to comment.