Skip to content

Commit 65fb0d4

Browse files
authored
Merge pull request #242 from benelog/fix-log-2-5-x
Fix logging message (for 2.5.x)
2 parents 83c0f1c + 58d8702 commit 65fb0d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/main/java/org/apache/struts2/dispatcher/mapper/DefaultActionMapper.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -418,7 +418,7 @@ protected String cleanupNamespaceName(final String rawNamespace) {
418418
} else {
419419
LOG.warn(
420420
"{} did not match allowed namespace names {} - default namespace {} will be used!",
421-
rawNamespace, allowedActionNames, defaultActionName
421+
rawNamespace, allowedNamespaceNames, defaultNamespaceName
422422
);
423423
return defaultNamespaceName;
424424
}

0 commit comments

Comments
 (0)