Skip to content

Commit a6dbfca

Browse files
committedOct 5, 2022
There is typo, service context contains 'ndestination' not 'destination'
1 parent f025e09 commit a6dbfca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎grails-app/services/grails/plugin/jms/JmsService.groovy

+1-1
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,7 @@ class JmsService {
407407
*/
408408
private void logAction(final String action, final ctx) {
409409
log.info(ctx.with {
410-
"$action $type '$destination'${defaultTemplate ? '' : " using template '$jmsTemplateBeanName'"}"
410+
"$action $type '$ndestination'${defaultTemplate ? '' : " using template '$jmsTemplateBeanName'"}"
411411
})
412412
}
413413

0 commit comments

Comments
 (0)
Please sign in to comment.