Skip to content

Commit 6382c2b

Browse files
Add log message while waiting.
1 parent 4dd8091 commit 6382c2b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Servers/IIS/AspNetCoreModuleV2/RequestHandlerLib/filewatcher.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ void FILE_WATCHER::WaitForWatcherThreadExit()
8080
else
8181
{
8282
// Wait for the thread to exit.
83+
LOG_INFO(L"Waiting for file watcher thread to exit.");
8384
WaitForSingleObject(m_hChangeNotificationThread, INFINITE);
8485
}
8586
}

0 commit comments

Comments
 (0)