VirtualBox

Changeset 99297 in vbox for trunk


Ignore:
Timestamp:
Apr 5, 2023 11:51:34 AM (2 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
156683
Message:

VMM/PGM: Nested VMX: bugref:10318 Increment error count in the pgmpoolcheck command. Minor nit in output.

File:
1 edited

Legend:

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

    r98103 r99297  
    10591059    }
    10601060
     1061    ++pState->cErrors;
     1062
    10611063    va_list va;
    10621064    va_start(va, pszFormat);
     
    13381340
    13391341    if (State.cErrors > 0)
    1340         return DBGCCmdHlpFail(pCmdHlp, pCmd, "Found %#x errors", State.cErrors);
    1341     DBGCCmdHlpPrintf(pCmdHlp, "no errors found\n");
     1342        return DBGCCmdHlpFail(pCmdHlp, pCmd, "Found %u error(s)", State.cErrors);
     1343    DBGCCmdHlpPrintf(pCmdHlp, "No errors found\n");
    13421344    return VINF_SUCCESS;
    13431345}
Note: See TracChangeset for help on using the changeset viewer.

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