Thread termination log added

This commit is contained in:
Mauro Mugnaini 2024-09-30 12:05:09 +02:00
parent 92a33f2b32
commit 12b37834d8
1 changed files with 1 additions and 0 deletions

View File

@ -265,6 +265,7 @@ public class OpenIdConnectAutoLogin extends BaseAutoLogin {
}
UserLocalServiceUtil.deletePortrait(user.getUserId());
}
log.debug("Avatar thread for: " + user.getScreenName() + " terminated successfully");
} catch (Throwable t) {
log.error("Cannot save/update/delete user's portrait", t);
}