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:
Lukasz Lenart
2013-05-29 09:16:09 +00:00
parent 4aca911cb0
commit ac30ce247b
@@ -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);