Print debug statement for session manager implementation

This commit is contained in:
hns 2005-04-22 12:49:18 +00:00
parent 8651432157
commit 21e98e793e

View file

@ -374,6 +374,7 @@ public final class Application implements IPathElement, Runnable {
String sessionMgrImpl = props.getProperty("sessionManagerImpl",
"helma.framework.core.SessionManager");
sessionMgr = (SessionManager) Class.forName(sessionMgrImpl).newInstance();
logEvent("Using session manager class " + sessionMgrImpl);
sessionMgr.init(this);
// read the sessions if wanted