From bdd16b42d5b901592460d9e0ba87c1a56ae12afc Mon Sep 17 00:00:00 2001 From: MuratovAS Date: Thu, 28 Dec 2023 19:09:13 +0500 Subject: [PATCH] Update 0xg0.go --- 0xg0.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/0xg0.go b/0xg0.go index bd2ecfc..0b67060 100644 --- a/0xg0.go +++ b/0xg0.go @@ -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 {