VirtualBox

Changeset 43876 in vbox for trunk/src/VBox/Frontends


Ignore:
Timestamp:
Nov 15, 2012 1:44:09 PM (12 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
82086
Message:

fixed a few format specifier bugs

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

Legend:

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

    r43639 r43876  
    781781                /* Is timeout still bigger than current difference? */
    782782                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);
    784784                else
    785785                    RTPrintf("No time left to wait for process!\n"); /** @todo a bit misleading ... */
  • trunk/src/VBox/Frontends/VBoxManage/VBoxManageList.cpp

    r42748 r43876  
    183183            RTPrintf("Processor#%u speed: %lu MHz\n", i, processorSpeed);
    184184        else
    185             RTPrintf("Processor#%u speed: unknown\n", i, processorSpeed);
     185            RTPrintf("Processor#%u speed: unknown\n", i);
    186186        CHECK_ERROR(Host, GetProcessorDescription(i, processorDescription.asOutParam()));
    187187        RTPrintf("Processor#%u description: %ls\n", i, processorDescription.raw());
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