This is an automated email from the ASF dual-hosted git repository.
cziegeler pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-feature-launcher.git
The following commit(s) were added to refs/heads/master by this push:
new 5c3c18a Fix typo in log message
5c3c18a is described below
commit 5c3c18a20e51b0773807da59262f9bf306427c41
Author: Carsten Ziegeler <[email protected]>
AuthorDate: Fri Jun 19 11:45:48 2020 +0200
Fix typo in log message
---
src/main/java/org/apache/sling/feature/launcher/impl/Bootstrap.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/src/main/java/org/apache/sling/feature/launcher/impl/Bootstrap.java
b/src/main/java/org/apache/sling/feature/launcher/impl/Bootstrap.java
index 650a70d..66814ae 100644
--- a/src/main/java/org/apache/sling/feature/launcher/impl/Bootstrap.java
+++ b/src/main/java/org/apache/sling/feature/launcher/impl/Bootstrap.java
@@ -126,7 +126,7 @@ public class Bootstrap {
try (ArtifactManager artifactManager =
ArtifactManager.getArtifactManager(this.config)) {
this.logger.info("Artifact Repositories: {}",
Arrays.toString(this.config.getRepositoryUrls()));
- this.logger.info("Assembling provisioning model...");
+ this.logger.info("Assembling final feature model...");
try {
final boolean restart =
this.config.getFeatureFiles().isEmpty();