瀏覽代碼

fixed printf format

tags/v1.0.0
Remco 8 年之前
父節點
當前提交
4cbc4a3970
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      transfersh-server/handlers.go

+ 1
- 1
transfersh-server/handlers.go 查看文件

@@ -350,7 +350,7 @@ func putHandler(w http.ResponseWriter, r *http.Request) {

token := Encode(10000000 + int64(rand.Intn(1000000000)))

log.Printf("Uploading %s %d %s", token, filename, contentLength, contentType)
log.Printf("Uploading %s %s %d %s", token, filename, contentLength, contentType)

var err error



Loading…
取消
儲存