Minor tweak

This commit is contained in:
calzoneman 2014-03-02 01:38:35 -06:00
parent 5082c84cc6
commit f75b6b754d
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ function checkAdmin(cb) {
if (user.global_rank < 255) {
res.send(403);
Logger.eventlog.log("[acp] Attempted GET /acp from non-admin " +
Logger.eventlog.log("[acp] Attempted GET "+req.path+" from non-admin " +
user.name + "@" + webserver.ipForRequest(req));
return;
}