Add logging about Closing JVS handle
This commit is contained in:
parent
b297e363da
commit
c69f58e8d5
@ -81,6 +81,9 @@ HANDLE __stdcall Hook_CreateFileA(LPCSTR lpFileName,
|
||||
|
||||
if (jvsHandle != INVALID_HANDLE_VALUE)
|
||||
{
|
||||
#ifdef _DEBUG
|
||||
info(true, "Closing JVS handle!");
|
||||
#endif
|
||||
CloseHandle(jvsHandle);
|
||||
jvsHandle = INVALID_HANDLE_VALUE;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user