Skip to content

Commit b71c11c

Browse files
committed
Fix build
1 parent b911b8b commit b71c11c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

java/org/apache/jasper/JspCompilationContext.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -484,7 +484,7 @@ public Long getLastModified(String resource, Jar tagJar) {
484484
uc.getInputStream().close();
485485
} catch (Exception e) {
486486
if (log.isDebugEnabled()) {
487-
log.debug(Localizer.getMessage("jsp.error.lastModified", getJspFile()), ioe);
487+
log.debug(Localizer.getMessage("jsp.error.lastModified", getJspFile()), e);
488488
}
489489
}
490490
}

0 commit comments

Comments
 (0)