minor fix on log

git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/portal/liferay62-plugins/landing-page-hook@126344 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Massimiliano Assante 2016-03-29 10:43:10 +00:00
parent ceb62bd7f1
commit 5015d6ec36
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ public class LandingPageAction extends Action {
private String getCustomLandingPage(final HttpServletRequest request) throws PortalException, SystemException {
String customLandingPagePath ="";
customLandingPagePath = getLandingPagePath(request);
_log.info("Provate Site LandingPage Path = " + customLandingPagePath);
_log.info("Private Site LandingPage Path = " + customLandingPagePath);
return customLandingPagePath;
}