Improved log
This commit is contained in:
parent
623a9215b2
commit
e137394230
|
@ -276,7 +276,7 @@ public class SocialNotificationModerationThread extends ModerationThread {
|
|||
Thread thread = new Thread() {
|
||||
public void run() {
|
||||
try {
|
||||
logger.trace("Going to send the following notification {}", catalogueEvent);
|
||||
logger.trace("{} is going to send the following notification {}", SecretManagerProvider.instance.get().getUser().getUsername(), catalogueEvent);
|
||||
NotificationClient nc = new NotificationClient();
|
||||
nc.sendCatalogueEvent(catalogueEvent);
|
||||
} catch(Exception e) {
|
||||
|
|
Loading…
Reference in New Issue