Changeset 4658 in vbox
- Timestamp:
- Sep 10, 2007 11:20:26 AM (18 years ago)
- svn:sync-xref-src-repo-rev:
- 24305
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxManage/VBoxManage.cpp
r4657 r4658 1552 1552 rc = machine->COMGETTER(MemoryBalloonSize)(&guestVal); 1553 1553 if (SUCCEEDED(rc)) 1554 RTPrintf("Configured memory balloon size %d MB\n", guestVal);1554 RTPrintf("Configured memory balloon size: %d MB\n", guestVal); 1555 1555 1556 1556 rc = machine->COMGETTER(StatisticsUpdateInterval)(&guestVal); … … 1558 1558 { 1559 1559 if (guestVal == 0) 1560 RTPrintf("Statistics update disabled\n");1560 RTPrintf("Statistics update: disabled\n"); 1561 1561 else 1562 RTPrintf("Statistics update interval %d seconds\n", guestVal);1562 RTPrintf("Statistics update interval: %d seconds\n", guestVal); 1563 1563 } 1564 1564 RTPrintf("\n");
Note:
See TracChangeset
for help on using the changeset viewer.