mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 05:12:55 +00:00
[EXT2FS]
No drive in media is not an error condition. The hardware reporting no 'ghost' floppy drives like vmware don't show this trace. svn path=/trunk/; revision=66569
This commit is contained in:
parent
57d181cd3f
commit
bf41d9fe8e
1 changed files with 1 additions and 1 deletions
|
@ -788,7 +788,7 @@ BOOLEAN Ext2PerformVerifyDiskRead(
|
||||||
|
|
||||||
if (Status == STATUS_NO_MEDIA_IN_DEVICE)
|
if (Status == STATUS_NO_MEDIA_IN_DEVICE)
|
||||||
{
|
{
|
||||||
DbgPrint("Ext2PerformVerifyDiskRead NO MEDIA in DEVICE!!! BS!!\n");
|
DebugTrace(DEBUG_TRACE_MOUNT, "NO MEDIA in DEVICE!", 0);
|
||||||
return FALSE;
|
return FALSE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue