Changeset 71518 in vbox
- Timestamp:
- Mar 26, 2018 4:11:16 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/GuestProcessImpl.cpp
r71517 r71518 2522 2522 } 2523 2523 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 2527 2526 if (iExitCode == RTEXITCODE_SYNTAX) 2528 2527 return VERR_INTERNAL_ERROR_5;
Note:
See TracChangeset
for help on using the changeset viewer.

