VirtualBox

Changeset 61046 in vbox for trunk/src/VBox/VMM/VMMR3


Ignore:
Timestamp:
May 19, 2016 1:04:29 PM (9 years ago)
Author:
vboxsync
Message:

don't confuse users

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR3/PDMAsyncCompletionFileNormal.cpp

    r58126 r61046  
    10191019                    if (RT_FAILURE(rc))
    10201020                    {
    1021                         LogRel(("AIOMgr: Preparing flush failed with %Rrc, disabling async flushes\n", rc));
     1021                        if (rc == VERR_NOT_SUPPORTED)
     1022                            LogRel(("AIOMgr: Async flushes not supported\n"));
     1023                        else
     1024                            LogRel(("AIOMgr: Preparing flush failed with %Rrc, disabling async flushes\n", rc));
    10221025                        pEndpoint->fAsyncFlushSupported = false;
    10231026                        pdmacFileAioMgrNormalRequestFree(pAioMgr, hReq);
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