mirror of
https://github.com/apache/struts.git
synced 2026-08-11 01:27:14 +00:00
Uses proper logging structure
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@1487418 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -77,7 +77,7 @@ public class DefaultActionProxy implements ActionProxy, Serializable {
|
||||
this.invocation = inv;
|
||||
this.cleanupContext = cleanupContext;
|
||||
if (LOG.isDebugEnabled()) {
|
||||
LOG.debug("Creating an DefaultActionProxy for namespace " + namespace + " and action name " + actionName);
|
||||
LOG.debug("Creating an DefaultActionProxy for namespace [#0] and action name [#1]", namespace, actionName);
|
||||
}
|
||||
|
||||
this.actionName = StringEscapeUtils.escapeHtml4(actionName);
|
||||
|
||||
Reference in New Issue
Block a user