From a0ef05307a2a215b59af6b0627cebaa84f1bad8e Mon Sep 17 00:00:00 2001 From: rjung Date: Tue, 2 Nov 2010 13:30:52 +0000 Subject: [PATCH] Log the right JSP. git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1030037 13f79535-47bb-0310-9956-ffa450edef68 --- java/org/apache/jasper/compiler/JspRuntimeContext.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/java/org/apache/jasper/compiler/JspRuntimeContext.java b/java/org/apache/jasper/compiler/JspRuntimeContext.java index d7f9290c8..b663e5d21 100644 --- a/java/org/apache/jasper/compiler/JspRuntimeContext.java +++ b/java/org/apache/jasper/compiler/JspRuntimeContext.java @@ -247,7 +247,7 @@ public final class JspRuntimeContext { if (replaced != null) { if (log.isDebugEnabled()) { log.debug(Localizer.getMessage("jsp.message.jsp_removed_excess", - jsw.getJspUri(), context.getContextPath())); + replaced.getJspUri(), context.getContextPath())); } unloadJspServletWrapper(replaced); } -- 2.11.0