Skip to content

Commit

Permalink
Merge pull request #53 from aulea/log_action_with_normalized_destination
Browse files Browse the repository at this point in the history
There is typo, service context contains 'ndestination' not 'destination'
  • Loading branch information
sbglasius authored Oct 5, 2022
2 parents 0eacde6 + a6dbfca commit 5d0a04b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grails-app/services/grails/plugin/jms/JmsService.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,7 @@ class JmsService {
*/
private void logAction(final String action, final ctx) {
log.info(ctx.with {
"$action $type '$destination'${defaultTemplate ? '' : " using template '$jmsTemplateBeanName'"}"
"$action $type '$ndestination'${defaultTemplate ? '' : " using template '$jmsTemplateBeanName'"}"
})
}

Expand Down

0 comments on commit 5d0a04b

Please sign in to comment.