Skip to content

Commit 5d0a04b

Browse files
authored
Merge pull request #53 from aulea/log_action_with_normalized_destination
There is typo, service context contains 'ndestination' not 'destination'
2 parents 0eacde6 + a6dbfca commit 5d0a04b

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)