You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ro...@apache.org on 2017/11/07 09:53:41 UTC

[sling-org-apache-sling-launchpad-installer] 04/16: Minor: change wording for debug message

This is an automated email from the ASF dual-hosted git repository.

rombert pushed a commit to annotated tag org.apache.sling.launchpad.installer-1.2.2
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-launchpad-installer.git

commit 84a93fca88d457aa389d41197ba6956f31330d02
Author: Carsten Ziegeler <cz...@apache.org>
AuthorDate: Mon Mar 18 07:37:01 2013 +0000

    Minor: change wording for debug message
    
    git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/launchpad/installer@1457662 13f79535-47bb-0310-9956-ffa450edef68
---
 .../apache/sling/launchpad/installer/impl/LaunchpadConfigInstaller.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/java/org/apache/sling/launchpad/installer/impl/LaunchpadConfigInstaller.java b/src/main/java/org/apache/sling/launchpad/installer/impl/LaunchpadConfigInstaller.java
index f953502..35c8fb1 100644
--- a/src/main/java/org/apache/sling/launchpad/installer/impl/LaunchpadConfigInstaller.java
+++ b/src/main/java/org/apache/sling/launchpad/installer/impl/LaunchpadConfigInstaller.java
@@ -114,7 +114,7 @@ public class LaunchpadConfigInstaller {
                     } catch (final IOException e) {
                         // we ignore this
                     }
-                    logger.debug("Launchpad {} will be installed: {}", resourceType, path);
+                    logger.debug("Launchpad {} will be registered: {}", resourceType, path);
                     final String digest = (lastModified > 0 ? String.valueOf(lastModified) : null);
                     final InputStream stream = resourceProvider.getResourceAsStream(path);
                     installables.add(new InstallableResource(path, stream, dict, digest, resourceType, prio));

-- 
To stop receiving notification emails like this one, please contact
"commits@sling.apache.org" <co...@sling.apache.org>.