Skip to content

Commit 17cd4f0

Browse files
committed
[bugfix] Fix minor branding issue
1 parent 9abc18d commit 17cd4f0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

exist-core/src/main/java/org/exist/jetty/JettyStart.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -213,9 +213,9 @@ public synchronized void run(final String[] args, final Observer observer) {
213213
logger.info("Number of processors available to JVM: {}", Runtime.getRuntime().availableProcessors());
214214

215215
logger.info("Running as user '{}'", System.getProperty("user.name", "(unknown user.name)"));
216-
logger.info("[eXist Home : {}]", System.getProperty("exist.home", "unknown"));
217-
logger.info("[eXist Version : {}]", SystemProperties.getInstance().getSystemProperty("product-version", "unknown"));
218-
logger.info("[eXist Build : {}]", SystemProperties.getInstance().getSystemProperty("product-build", "unknown"));
216+
logger.info("[Elemental Home : {}]", System.getProperty("exist.home", "unknown"));
217+
logger.info("[Elemental Version : {}]", SystemProperties.getInstance().getSystemProperty("product-version", "unknown"));
218+
logger.info("[Elemental Build : {}]", SystemProperties.getInstance().getSystemProperty("product-build", "unknown"));
219219
logger.info("[Git commit : {}]", SystemProperties.getInstance().getSystemProperty("git-commit", "unknown"));
220220
logger.info("[Git commit timestamp : {}]", SystemProperties.getInstance().getSystemProperty("git-commit-timestamp", "unknown"));
221221

0 commit comments

Comments
 (0)