Thread termination log added
This commit is contained in:
parent
92a33f2b32
commit
12b37834d8
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue