VirtualBox

Ignore:
Timestamp:
Aug 14, 2013 10:41:56 AM (11 years ago)
Author:
vboxsync
Message:

FE/VBoxManage: Fix error message printing with variable arguments

File:
1 edited

Legend:

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

    r44498 r47720  
    4848static DECLCALLBACK(void) handleVDError(void *pvUser, int rc, RT_SRC_POS_DECL, const char *pszFormat, va_list va)
    4949{
    50     RTMsgError(pszFormat, va);
     50    RTMsgErrorV(pszFormat, va);
    5151    RTMsgError("Error code %Rrc at %s(%u) in function %s", rc, RT_SRC_POS_ARGS);
    5252}
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette