mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 09:25:10 +00:00
[NTOSKRNL]
DPRINT1 -> DPRINT an error message so that KVM testbot will stop looping forever (due to status change...) svn path=/trunk/; revision=56108
This commit is contained in:
parent
f97cbbbc0c
commit
296381e730
1 changed files with 1 additions and 1 deletions
|
@ -405,7 +405,7 @@ CcCopyRead (IN PFILE_OBJECT FileObject,
|
|||
{
|
||||
IoStatus->Information = 0;
|
||||
IoStatus->Status = Status;
|
||||
DPRINT1("ReadCacheSegmentChain failed, Status %x\n", Status);
|
||||
DPRINT("ReadCacheSegmentChain failed, Status %x\n", Status);
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue