VirtualBox

Changeset 86682 in vbox


Ignore:
Timestamp:
Oct 22, 2020 11:46:13 PM (4 years ago)
Author:
vboxsync
Message:

IPRT/rest: bugref:9167 - Add missing format in an assert message,
forgotten in previous.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/common/rest/RTCRestClientRequestBase.cpp

    r86681 r86682  
    216216                            VERR_REST_REQUIRED_HEADER_PARAMETER_NOT_SET);
    217217            AssertMsgReturn(a_papHeaderParamObjs[i] != NULL,
    218                             ("Required header parameter '%s' is not set!\n",
     218                            ("%s: Required header parameter '%s' is not set!\n",
    219219                             getOperationName(), a_paHeaderParams[i].pszName),
    220220                            VERR_REST_REQUIRED_HEADER_PARAMETER_NOT_SET);
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