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 <[email protected]> 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;
