Changeset 87004 in vbox for trunk/src/VBox/Runtime/common
- Timestamp:
- Nov 27, 2020 4:18:47 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/rest/RTCRestClientApiBase.cpp
r82968 r87004 196 196 RTCRestClientResponseBase *a_pResponse, const char *a_pszMethod, uint32_t a_fFlags) RT_NOEXCEPT 197 197 { 198 LogFlow(("doCall: %s %s\n", a_pszMethod, RTHttpMethod Name(a_enmHttpMethod)));198 LogFlow(("doCall: %s %s\n", a_pszMethod, RTHttpMethodToStr(a_enmHttpMethod))); 199 199 200 200
Note:
See TracChangeset
for help on using the changeset viewer.