VirtualBox

Changeset 71518 in vbox


Ignore:
Timestamp:
Mar 26, 2018 4:11:16 PM (7 years ago)
Author:
vboxsync
Message:

Guest Control/Main: Warn about not (yet) supported toolbox exit codes in GuestProcessTool::exitCodeToRc().

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-client/GuestProcessImpl.cpp

    r71517 r71518  
    25222522    }
    25232523
    2524 #ifdef DEBUG_andy
    2525     AssertMsgFailed(("Exit code %d for tool '%s' not handled\n", iExitCode, pszTool));
    2526 #endif
     2524    LogFunc(("Warning: Exit code %d not handled for tool '%s', returning VERR_GENERAL_FAILURE\n", iExitCode, pszTool));
     2525
    25272526    if (iExitCode == RTEXITCODE_SYNTAX)
    25282527        return VERR_INTERNAL_ERROR_5;
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