Improved log

This commit is contained in:
Luca Frosini 2022-10-19 17:50:04 +02:00
parent 623a9215b2
commit e137394230
1 changed files with 1 additions and 1 deletions

View File

@ -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) {