Skip to content

Commit

Permalink
Update 0xg0.go
Browse files Browse the repository at this point in the history
  • Loading branch information
MuratovAS committed Dec 28, 2023
1 parent 52851bc commit bdd16b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 0xg0.go
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ func getFile(w http.ResponseWriter, r *http.Request) {
var uuid string = strings.Replace(r.URL.Path[1:], "/", "", -1)
var path string = fmt.Sprintf("%s/%s/", *storageDir, uuid)

log.Printf("Retrieve request %s", uuid)
log.Printf(`Retrieve request "%s"`, uuid)

files, err := ioutil.ReadDir(path)
if err != nil {
Expand Down

0 comments on commit bdd16b4

Please sign in to comment.