Skip to content

Commit a1d2263

Browse files
committed
feedback - change message to indicate what needs changed
1 parent 2155687 commit a1d2263

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

grails-web-url-mappings/src/main/groovy/org/grails/web/mapping/DefaultUrlMappingInfo.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ private String checkDispatchAction(HttpServletRequest request) {
243243
}
244244

245245
if (LOG.isWarnEnabled() && dispatchActionName != null) {
246-
LOG.warn(String.format("Dispatch Action [%s] detected; Dispatch Actions will be removed in a future version of Grails.", dispatchActionName));
246+
LOG.warn(String.format("Dispatch Action [%s] detected; Dispatch Actions will be removed in a future version of Grails. Use g: formActionSubmit instead.", dispatchActionName));
247247
}
248248

249249
return dispatchActionName;

0 commit comments

Comments
 (0)