Skip to content
Snippets Groups Projects
Commit a74f1035 authored by ribeaudc's avatar ribeaudc
Browse files

minor: - Make more readable the session expiration period.

SVN: 8822
parent 8e8655fe
No related branches found
No related tags found
No related merge requests found
......@@ -139,8 +139,8 @@ public class DefaultSessionManager<T extends BasicSession> implements ISessionMa
operationLog.info(String.format("Authentication service: '%s'", authenticationService
.getClass().getName()));
operationLog.info(String.format("Session expiration period (ms): %d",
sessionExpirationPeriodMillis));
operationLog.info(String.format("Session expiration period: %s", DurationFormatUtils
.formatDurationHMS(sessionExpirationPeriodMillis)));
authenticationService.check();
}
......
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