Improved log
This commit is contained in:
parent
623a9215b2
commit
e137394230
|
@ -276,7 +276,7 @@ public class SocialNotificationModerationThread extends ModerationThread {
|
||||||
Thread thread = new Thread() {
|
Thread thread = new Thread() {
|
||||||
public void run() {
|
public void run() {
|
||||||
try {
|
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();
|
NotificationClient nc = new NotificationClient();
|
||||||
nc.sendCatalogueEvent(catalogueEvent);
|
nc.sendCatalogueEvent(catalogueEvent);
|
||||||
} catch(Exception e) {
|
} catch(Exception e) {
|
||||||
|
|
Loading…
Reference in New Issue