Changeset 29034 in vbox
- Timestamp:
- May 4, 2010 2:51:40 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Storage/DrvBlock.cpp
r28800 r29034 907 907 if (RT_FAILURE(rc)) 908 908 return PDMDRV_SET_ERROR(pDrvIns, rc, N_("Failed to query \"IgnoreFlush\" from the config")); 909 910 if (pThis->fIgnoreFlush) 911 LogRel(("DrvBlock: Flushes will be ignored\n")); 912 else 913 LogRel(("DrvBlock: Flushes will be passed to the disk\n")); 909 914 #endif /* VBOX_IGNORE_FLUSH */ 910 915
Note:
See TracChangeset
for help on using the changeset viewer.