diff --git a/src/main/java/org/gcube/gcat/moderation/thread/social/notifications/SocialNotificationModerationThread.java b/src/main/java/org/gcube/gcat/moderation/thread/social/notifications/SocialNotificationModerationThread.java index 8477504..1c71382 100644 --- a/src/main/java/org/gcube/gcat/moderation/thread/social/notifications/SocialNotificationModerationThread.java +++ b/src/main/java/org/gcube/gcat/moderation/thread/social/notifications/SocialNotificationModerationThread.java @@ -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) {