Changeset 43876 in vbox for trunk/src/VBox/Frontends
- Timestamp:
- Nov 15, 2012 1:44:09 PM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 82086
- Location:
- trunk/src/VBox/Frontends/VBoxManage
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxManage/VBoxManageGuestCtrl.cpp
r43639 r43876 781 781 /* Is timeout still bigger than current difference? */ 782 782 if (cMsTimeout > u64Elapsed) 783 RTPrintf("Waiting for process to exit (% ums left) ...\n", cMsTimeout - u64Elapsed);783 RTPrintf("Waiting for process to exit (%llums left) ...\n", cMsTimeout - u64Elapsed); 784 784 else 785 785 RTPrintf("No time left to wait for process!\n"); /** @todo a bit misleading ... */ -
trunk/src/VBox/Frontends/VBoxManage/VBoxManageList.cpp
r42748 r43876 183 183 RTPrintf("Processor#%u speed: %lu MHz\n", i, processorSpeed); 184 184 else 185 RTPrintf("Processor#%u speed: unknown\n", i , processorSpeed);185 RTPrintf("Processor#%u speed: unknown\n", i); 186 186 CHECK_ERROR(Host, GetProcessorDescription(i, processorDescription.asOutParam())); 187 187 RTPrintf("Processor#%u description: %ls\n", i, processorDescription.raw());
Note:
See TracChangeset
for help on using the changeset viewer.