fixed error message

git-svn-id: https://svn.research-infrastructures.eu/d4science/gcube/trunk/portal/portal-manager@83214 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Massimiliano Assante 2013-10-17 15:46:16 +00:00
parent e003e6ef45
commit cfefd8c08f
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ public class PortalContext {
catch(IOException e) {
infra = "gcube";
vos = "devsec";
_log.error("infrastructure.properties file not found under $Portal Bundle/ dir, setting default infrastructure Name and devsec as VO Name" + infra);
_log.error("infrastructure.properties file not found under $CATALINA_HOME/conf/ dir, setting default infrastructure Name and devsec as VO Name" + infra);
}
_log.info("PortalContext configurator correctly initialized on " + infra);
}