vorburger commented on a change in pull request #716: FINERACT-696 - add
spotbug bug-pattern plugin
URL: https://github.com/apache/fineract/pull/716#discussion_r390431338
##########
File path:
fineract-provider/src/main/java/org/apache/fineract/infrastructure/sms/scheduler/SmsMessageScheduledJobServiceImpl.java
##########
@@ -242,11 +242,11 @@ public void sendTriggeredMessage(Collection<SmsMessage>
smsMessages, long provid
}
this.smsMessageRepository.saveAll(smsMessages);
request.append(SmsMessageApiQueueResourceData.toJsonString(apiQueueResourceDatas));
- logger.info("Sending triggered SMS to specific provider with
request - " + request.toString());
+ logger.info("Sending triggered SMS to specific provider with
request - {}", request.toString());
Review comment:
```suggestion
logger.info("Sending triggered SMS to specific provider with
request - {}", request);
```
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services