just changed a log

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/performfish-analytics-portlet@178555 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Francesco Mangiacrapa 2019-03-12 16:26:26 +00:00
parent bdad35257d
commit d518ab14c1
1 changed files with 1 additions and 1 deletions

View File

@ -151,7 +151,7 @@ public class EntityManagerFactoryCreator {
public static String getJDBCConnectionUrl(boolean localMode) throws SessionExpired, Exception{
if(localMode){
log.warn("LOCAL MODE ACTIVED");
log.warn("DB EMBEDDED MODE ACTIVATED");
return "jdbc:h2:"+getPersistenceFolderPath()+"/H2AnalyticsDB;create=true";
}