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/11 13:39:37 UTC

[commons-daemon] branch master updated: Better log message alignment.

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


The following commit(s) were added to refs/heads/master by this push:
     new a775051  Better log message alignment.
a775051 is described below

commit a775051e4debc5abd5b5b2f796781a02b3080d5c
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Thu Nov 11 08:39:35 2021 -0500

    Better log message alignment.
---
 src/native/windows/apps/prunsrv/prunsrv.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/native/windows/apps/prunsrv/prunsrv.c b/src/native/windows/apps/prunsrv/prunsrv.c
index 5daf14d..f9813bc 100644
--- a/src/native/windows/apps/prunsrv/prunsrv.c
+++ b/src/native/windows/apps/prunsrv/prunsrv.c
@@ -498,7 +498,7 @@ static void setInprocEnvironmentOptions(LPCWSTR szOptions)
 
     p = szOptions;
     while (*p) {
-        apxLogWrite(APXLOG_MARK_DEBUG "Checking '%S' for environment variable requirements", p);
+        apxLogWrite(APXLOG_MARK_DEBUG "Checking environment variable requirements for '%S'", p);
         if (wcsncmp(p, L"-XX:NativeMemoryTracking=", 25) == 0) {
             apxLogWrite(APXLOG_MARK_DEBUG "Match found '%S'", p);
             /* Advance 25 characters to the start of the value */