Skip to content
Snippets Groups Projects
Commit 2c3a1523 authored by tpylak's avatar tpylak
Browse files

LMS-690 Session Termination Management: show the dialog when the session expires.

SVN: 9461
parent f1ec6d64
No related merge requests found
......@@ -233,8 +233,7 @@ public class DefaultSessionManager<T extends BasicSession> implements ISessionMa
{
final String user = session.getUserName();
operationLog.info(LOGOUT_PREFIX + "Session '" + session.getSessionToken()
+ "' of user '" + user + "' has been closed from host '" + getRemoteHost()
+ "'.");
+ "' of user '" + user + "' has been closed.");
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment