Added log

migrating_to_smartgears_4
Luca Frosini 2 years ago
parent 141f1ec36d
commit 623a9215b2

@ -276,6 +276,7 @@ public class SocialNotificationModerationThread extends ModerationThread {
Thread thread = new Thread() {
public void run() {
try {
logger.trace("Going to send the following notification {}", catalogueEvent);
NotificationClient nc = new NotificationClient();
nc.sendCatalogueEvent(catalogueEvent);
} catch(Exception e) {

Loading…
Cancel
Save