Changeset 32586 in vbox
- Timestamp:
- Sep 17, 2010 10:05:15 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxControl/VBoxControl.cpp
r32576 r32586 1419 1419 if (RT_SUCCESS(rc)) 1420 1420 { 1421 RTPrintf(" Successfully taking guest core\n");1421 RTPrintf("Guest core dump successful.\n"); 1422 1422 return RTEXITCODE_SUCCESS; 1423 1423 } 1424 1424 else 1425 1425 { 1426 VBoxControlError("Error while taking guest core . rc=%Rrc\n", rc);1426 VBoxControlError("Error while taking guest core dump. rc=%Rrc\n", rc); 1427 1427 return RTEXITCODE_FAILURE; 1428 1428 }
Note:
See TracChangeset
for help on using the changeset viewer.