Merge pull request #1448 from woogerboy21/log_session_mismatch
Log inconsistent session / session table situation
This commit is contained in:
commit
949b0183c8
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