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 5f4432d Match function name in log message to actual function.
5f4432d is described below
commit 5f4432d788eb29b9f7ed495759b6d2a527fabdd3
Author: Gary Gregory <[email protected]>
AuthorDate: Wed Nov 10 10:28:45 2021 -0500
Match function name in log message to actual function.
---
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 1eb189f..ddcbd3d 100644
--- a/src/native/windows/apps/prunsrv/prunsrv.c
+++ b/src/native/windows/apps/prunsrv/prunsrv.c
@@ -1605,7 +1605,7 @@ void WINAPI serviceMain(DWORD argc, LPTSTR *argv)
_service_status.dwWaitHint = 0;
_service_status.dwServiceSpecificExitCode = 0;
- apxLogWrite(APXLOG_MARK_DEBUG "Inside ServiceMain...");
+ apxLogWrite(APXLOG_MARK_DEBUG "Inside serviceMain()...");
if (IS_VALID_STRING(_service_name)) {
WCHAR en[SIZ_HUGLEN];