VirtualBox

Changeset 43463 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Sep 28, 2012 2:00:13 PM (12 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
80998
Message:

Frontends/VBoxManage: warnings and columns.

Location:
trunk/src/VBox/Frontends/VBoxManage
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VBoxManage/VBoxManage.cpp

    r42444 r43463  
    160160                progress->COMGETTER(TimeRemaining)(&lSecsRem);
    161161
    162                 RTStrmPrintf(g_pStdErr, "(%u/%u) %ls %02u%% => %02u%% (%d s remaining)\n", ulOperation + 1, cOperations, bstrOperationDescription.raw(), ulCurrentOperationPercent, ulCurrentPercent, lSecsRem);
     162                RTStrmPrintf(g_pStdErr, "(%u/%u) %ls %02u%% => %02u%% (%d s remaining)\n", ulOperation + 1, cOperations,
     163                             bstrOperationDescription.raw(), ulCurrentOperationPercent, ulCurrentPercent, lSecsRem);
    163164                ulLastPercent = ulCurrentPercent;
    164165                ulLastOperationPercent = ulCurrentOperationPercent;
  • trunk/src/VBox/Frontends/VBoxManage/VBoxManageInfo.cpp

    r43422 r43463  
    11071107                    case NetworkAdapterPromiscModePolicy_AllowNetwork:  pszPromiscuousGuestPolicy = "allow-vms"; break;
    11081108                    case NetworkAdapterPromiscModePolicy_AllowAll:      pszPromiscuousGuestPolicy = "allow-all"; break;
    1109                     default: AssertFailedReturn(VERR_INTERNAL_ERROR_4);
     1109                    default: AssertFailedReturn(E_INVALIDARG);
    11101110                }
    11111111
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