Commit 5efa8318 authored by Jacob Vosmaer's avatar Jacob Vosmaer

Update error message

parent 0df33b1d
......@@ -60,7 +60,7 @@ func xSendFile(u *upstream, w http.ResponseWriter, r *http.Request, _ func(http.
fi, err := content.Stat()
if err != nil {
fail500(w, "handleGetUpload get mtime", err)
fail500(w, "xSendFile get mtime", err)
return
}
http.ServeContent(w, r, "", fi.ModTime(), content)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment