VirtualBox

Changeset 32586 in vbox


Ignore:
Timestamp:
Sep 17, 2010 10:05:15 AM (14 years ago)
Author:
vboxsync
Message:

Additions/VBoxControl: wording.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/common/VBoxControl/VBoxControl.cpp

    r32576 r32586  
    14191419    if (RT_SUCCESS(rc))
    14201420    {
    1421         RTPrintf("Successfully taking guest core\n");
     1421        RTPrintf("Guest core dump successful.\n");
    14221422        return RTEXITCODE_SUCCESS;
    14231423    }
    14241424    else
    14251425    {
    1426         VBoxControlError("Error while taking guest core. rc=%Rrc\n", rc);
     1426        VBoxControlError("Error while taking guest core dump. rc=%Rrc\n", rc);
    14271427        return RTEXITCODE_FAILURE;
    14281428    }
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