Log inconsistent session / session table situation
This commit is contained in:
parent
13e536013e
commit
de073a51d6
1 changed files with 2 additions and 0 deletions
|
@ -133,6 +133,8 @@ AuthenticationResult Server::loginUser(Server_ProtocolHandler *session, QString
|
|||
delete se;
|
||||
|
||||
users.value(name)->prepareDestroy();
|
||||
} else {
|
||||
qDebug() << "Active session and sessions table inconsistent, please validate session table information for user " << name;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue