You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by GitBox <gi...@apache.org> on 2022/02/17 11:06:41 UTC

[GitHub] [commons-daemon] garydgregory commented on a change in pull request #39: Fix for https://issues.redhat.com/browse/JBCS-1261

garydgregory commented on a change in pull request #39:
URL: https://github.com/apache/commons-daemon/pull/39#discussion_r808931632



##########
File path: src/native/windows/src/rprocess.c
##########
@@ -715,12 +792,14 @@ apxProcessWait(APXHANDLE hProcess, DWORD dwMilliseconds, BOOL bKill)
     if (hProcess->dwType != APXHANDLE_TYPE_PROCESS)
         return WAIT_ABANDONED;
 
+    apxLogWrite(APXLOG_MARK_DEBUG "apxProcessWait..");

Review comment:
       Typo: extra dot.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@commons.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org