You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2021/11/10 13:52:16 UTC

[commons-daemon] 02/02: Typo in log message, TLA should be in upper case.

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

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-daemon.git

commit 14a60b1d9e19bcfd510b44cb612f9e4ec83d28c1
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Wed Nov 10 08:52:12 2021 -0500

    Typo in log message, TLA should be in upper case.
---
 src/native/windows/src/javajni.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/native/windows/src/javajni.c b/src/native/windows/src/javajni.c
index 1ca3345..708f272 100644
--- a/src/native/windows/src/javajni.c
+++ b/src/native/windows/src/javajni.c
@@ -814,7 +814,7 @@ apxJavaInitialize(APXHANDLE hJava, LPCSTR szClassPath,
             --sOptions;
         }
         for (i = 0; i < nOptions; i++) {
-            apxLogWrite(APXLOG_MARK_DEBUG "Jvm Option[%d] %s", i,
+            apxLogWrite(APXLOG_MARK_DEBUG "JVM Option[%d] %s", i,
                         lpJvmOptions[i].optionString);
         }
         vmArgs.options  = lpJvmOptions;