WW-4274 Uses methodName instead of actionConfig#getMethodName in logging

git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@1557040 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Lukasz Lenart
2014-01-10 06:22:37 +00:00
parent a2d4bdd8cf
commit 93d55e0b53
@@ -413,7 +413,7 @@ public class DefaultActionInvocation implements ActionInvocation {
String methodName = proxy.getMethod();
if (LOG.isDebugEnabled()) {
LOG.debug("Executing action method = " + actionConfig.getMethodName());
LOG.debug("Executing action method = #0", methodName);
}
String timerKey = "invokeAction: " + proxy.getActionName();