We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f025e09 commit a6dbfcaCopy full SHA for a6dbfca
grails-app/services/grails/plugin/jms/JmsService.groovy
@@ -407,7 +407,7 @@ class JmsService {
407
*/
408
private void logAction(final String action, final ctx) {
409
log.info(ctx.with {
410
- "$action $type '$destination'${defaultTemplate ? '' : " using template '$jmsTemplateBeanName'"}"
+ "$action $type '$ndestination'${defaultTemplate ? '' : " using template '$jmsTemplateBeanName'"}"
411
})
412
}
413
0 commit comments