jfclere commented on code in PR #238: URL: https://github.com/apache/commons-daemon/pull/238#discussion_r2078259386
########## src/native/windows/apps/prunsrv/prunsrv.c: ########## @@ -1887,7 +1932,7 @@ void WINAPI serviceMain(DWORD argc, LPTSTR *argv) */ apxLogWrite(APXLOG_MARK_DEBUG "Waiting for all threads to exit."); apxDestroyJvm(INFINITE); - reportServiceStatus(SERVICE_STOP_PENDING, NO_ERROR, 0); + reportServiceStatus(SERVICE_STOP_PENDING, NO_ERROR, ONE_MINUTE); Review Comment: ONE_MINUTE is using in other place and 0 looks wrong, that a hint value for service manager so I don't think that is a problem and there are other location with ONE_MINUTE. -- 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-unsubscr...@commons.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org