From 5015d6ec3646ddffdbbf0afcde56e5d05f60f467 Mon Sep 17 00:00:00 2001 From: Massimiliano Assante Date: Tue, 29 Mar 2016 10:43:10 +0000 Subject: [PATCH] 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 --- src/main/java/org/gcube/portal/events/LandingPageAction.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/gcube/portal/events/LandingPageAction.java b/src/main/java/org/gcube/portal/events/LandingPageAction.java index 6309bf2..047461f 100644 --- a/src/main/java/org/gcube/portal/events/LandingPageAction.java +++ b/src/main/java/org/gcube/portal/events/LandingPageAction.java @@ -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; }