Skip to content
This repository has been archived by the owner on Jan 31, 2024. It is now read-only.

Commit

Permalink
report: log match path
Browse files Browse the repository at this point in the history
  • Loading branch information
SamuAlfageme committed Dec 13, 2022
1 parent 7f4f29f commit 799351d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions internal/http/services/owncloud/ocdav/report.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ package ocdav

import (
"encoding/xml"
"fmt"
"io"
"io/ioutil"
"net/http"
Expand Down Expand Up @@ -105,7 +104,7 @@ func (s *svc) doSearchFiles(w http.ResponseWriter, r *http.Request, sf *reportSe
}

for _, v := range res.Infos {
fmt.Println(v)
log.Debug().Msg(v.Path)
}

data := `
Expand Down

0 comments on commit 799351d

Please sign in to comment.