mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
[NTOS:IO] Be more specific for chasing CORE-17587
Addendum to 42ec1388d7
This commit is contained in:
parent
42ec1388d7
commit
b0ebf68d98
1 changed files with 1 additions and 1 deletions
|
@ -713,7 +713,7 @@ IoRaiseInformationalHardError(IN NTSTATUS ErrorStatus,
|
||||||
{
|
{
|
||||||
DPRINT1("IoRaiseInformationalHardError: %lx, '%wZ'\n", ErrorStatus, String);
|
DPRINT1("IoRaiseInformationalHardError: %lx, '%wZ'\n", ErrorStatus, String);
|
||||||
#if DBG
|
#if DBG
|
||||||
__debugbreak(); /* CORE-17587 */
|
ASSERT(ErrorStatus != STATUS_FILE_CORRUPT_ERROR); /* CORE-17587 */
|
||||||
#endif
|
#endif
|
||||||
return FALSE;
|
return FALSE;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue