mirror of
https://github.com/apache/struts.git
synced 2026-08-06 15:17:00 +00:00
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:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user