VirtualBox

Changeset 4658 in vbox


Ignore:
Timestamp:
Sep 10, 2007 11:20:26 AM (18 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
24305
Message:

Layout

File:
1 edited

Legend:

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

    r4657 r4658  
    15521552    rc = machine->COMGETTER(MemoryBalloonSize)(&guestVal);
    15531553    if (SUCCEEDED(rc))
    1554         RTPrintf("Configured memory balloon size %d MB\n", guestVal);
     1554        RTPrintf("Configured memory balloon size:      %d MB\n", guestVal);
    15551555
    15561556    rc = machine->COMGETTER(StatisticsUpdateInterval)(&guestVal);
     
    15581558    {
    15591559        if (guestVal == 0)
    1560             RTPrintf("Statistics update disabled\n");
     1560            RTPrintf("Statistics update:                  disabled\n");
    15611561        else
    1562             RTPrintf("Statistics update interval %d seconds\n", guestVal);
     1562            RTPrintf("Statistics update interval:          %d seconds\n", guestVal);
    15631563    }
    15641564    RTPrintf("\n");
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