From f75b6b754d0b9e51fc7313aabea66046a88dad1b Mon Sep 17 00:00:00 2001 From: calzoneman Date: Sun, 2 Mar 2014 01:38:35 -0600 Subject: [PATCH] Minor tweak --- lib/web/acp.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/web/acp.js b/lib/web/acp.js index 7c91a260..8f6dba8a 100644 --- a/lib/web/acp.js +++ b/lib/web/acp.js @@ -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; }