forked from External/mage
Fixed some problems with constructed formats definition and custom sets.
This commit is contained in:
parent
7dfcb15c3c
commit
9a00dd20ca
5 changed files with 45 additions and 34 deletions
|
|
@ -284,7 +284,7 @@ public class Session {
|
|||
lockSet = true;
|
||||
logger.debug("SESSION LOCK SET sessionId: " + sessionId);
|
||||
} else {
|
||||
logger.error("CAN'T GET LOCK - userId: " + userId);
|
||||
logger.error("CAN'T GET LOCK - userId: " + userId + " hold count: " + lock.getHoldCount());
|
||||
}
|
||||
User user = UserManager.getInstance().getUser(userId);
|
||||
if (user == null || !user.isConnected()) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue