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:
parent
ceb62bd7f1
commit
5015d6ec36
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue