VirtualBox

Changeset 29034 in vbox


Ignore:
Timestamp:
May 4, 2010 2:51:40 PM (15 years ago)
Author:
vboxsync
Message:

DrvBlock: Print IgnoreFlush setting

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Storage/DrvBlock.cpp

    r28800 r29034  
    907907    if (RT_FAILURE(rc))
    908908        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"));
    909914#endif /* VBOX_IGNORE_FLUSH */
    910915
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette