mirror of
https://github.com/winfsp/winfsp.git
synced 2025-07-03 17:32:57 -05:00
sys: fsp_debug: greatly simplify debugging support
This commit is contained in:
@ -774,7 +774,7 @@ VOID FspFileNodeSetFileInfo(FSP_FILE_NODE *FileNode, PFILE_OBJECT CcFileObject,
|
||||
if (!NT_SUCCESS(Result))
|
||||
{
|
||||
DEBUGLOG("FspCcSetFileSizes error: %s", NtStatusSym(Result));
|
||||
DEBUGBREAK_EX(crit);
|
||||
DEBUGBREAK_CRIT();
|
||||
CcUninitializeCacheMap(CcFileObject, 0, 0);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user