From ed09359abe3581a535d63ef0437ae4f288c55ab9 Mon Sep 17 00:00:00 2001 From: Jos Groot Lipman Date: Tue, 27 Sep 2016 10:37:26 +0000 Subject: [PATCH] 500-error ip-adres iets explicieter loggen svn path=/Website/trunk/; revision=30866 --- APPL/Shared/500_error.asp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/APPL/Shared/500_error.asp b/APPL/Shared/500_error.asp index 62830e7eda..4bd1b4c5f8 100644 --- a/APPL/Shared/500_error.asp +++ b/APPL/Shared/500_error.asp @@ -343,7 +343,7 @@ function ASPErrorJson() function LogErrorToFile() { - __DoLog("Session('customerId'): " + Session("customerId"), "#f00"); + __SafeDoLog("Session('customerId'): " + Session("customerId") + " " + Request.ServerVariables("REMOTE_ADDR") + "", "#f00"); __SafeDoLog(ASPErrorText()); if (Request.ServerVariables("HTTP_REFERER").Count) __DoLog("Referer: " + Request.ServerVariables("HTTP_REFERER"));