Skip to content

Commit

Permalink
Update http_server.go
Browse files Browse the repository at this point in the history
  • Loading branch information
FotiosBistas committed Jan 12, 2023
1 parent 1633d58 commit 5b8a264
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/cid-source/http_server.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ func NewHttpCidSource(port int, hostname string) *HttpCidSource {
}

func (httpCidSource *HttpCidSource) ServeHTTP(w http.ResponseWriter, r *http.Request) {
log.Debug("Received request in server HTTP")
log.Info("Received request in server HTTP")
if r.URL.Path == "/ProviderRecord" {
if r.Method == http.MethodPost {
log.Debug("The request was a post method")
Expand Down

0 comments on commit 5b8a264

Please sign in to comment.