diff options
author | Christian Pointner <equinox@helsinki.at> | 2016-04-02 21:21:37 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2016-04-02 21:21:37 (GMT) |
commit | 1d79406f4dc196dfd1649640cd29dbabb5042954 (patch) | |
tree | fa6f44c72289009141d03c1f411985d2b370c4b7 /src | |
parent | 33d25040c355c24637656bd360613d0a9673be23 (diff) |
added websocket testclient to static files, some cleanups
Diffstat (limited to 'src')
-rw-r--r-- | src/rhimportd/uploadWeb.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rhimportd/uploadWeb.go b/src/rhimportd/uploadWeb.go index 6d6e56e..1c53fbc 100644 --- a/src/rhimportd/uploadWeb.go +++ b/src/rhimportd/uploadWeb.go @@ -94,7 +94,7 @@ func webUploadHandler(conf *rhimport.Config, db *rddb.DBChan, sessions *rhimport return } if password == "" { - webUploadErrorResponse(w, http.StatusBadRequest, "missing field LOGIN_NAME") + webUploadErrorResponse(w, http.StatusBadRequest, "missing field PASSWORD") return } |