diff --git a/rlgwebd.js b/rlgwebd.js index b592bd1..f7cfed1 100755 --- a/rlgwebd.js +++ b/rlgwebd.js @@ -615,7 +615,7 @@ function login(req, res, formdata) { var reply = {"t": "l", "k": lkey, "u": username}; res.write(JSON.stringify(reply)); res.end(); - tslog("%s has logged in (key %s)", username, lkey); + tslog("%s has logged in", username); return; } /* Launch the sqlickrypt utility to check the password. */