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:
parent
e003e6ef45
commit
cfefd8c08f
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue