This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-tooling-support-install.git
commit 75e4247f290408cec172f07482b2735714159597 Author: Stefan Egli <[email protected]> AuthorDate: Fri May 16 14:24:14 2014 +0000 no-jira : typo in error message git-svn-id: https://svn.apache.org/repos/asf/sling/trunk@1595212 13f79535-47bb-0310-9956-ffa450edef68 --- .../org/apache/sling/tooling/support/install/impl/InstallServlet.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/apache/sling/tooling/support/install/impl/InstallServlet.java b/src/main/java/org/apache/sling/tooling/support/install/impl/InstallServlet.java index ae3e7ac..9eea9e5 100644 --- a/src/main/java/org/apache/sling/tooling/support/install/impl/InstallServlet.java +++ b/src/main/java/org/apache/sling/tooling/support/install/impl/InstallServlet.java @@ -225,7 +225,7 @@ public class InstallServlet extends HttpServlet { } } else { result = new InstallationResult(false, "Dir " + dir + " does not have a manifest"); - logAndWriteError("Dir " + dir + " does have a manifest", resp); + logAndWriteError("Dir " + dir + " does not have a manifest", resp); } } else { result = new InstallationResult(false, "Dir " + dir + " does not exist"); -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
