Changeset 85901 in vbox
- Timestamp:
- Aug 27, 2020 12:58:13 PM (4 years ago)
- File:
-
- 1 edited
-
trunk/include/VBox/vd-ifs.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vd-ifs.h
r85121 r85901 303 303 pIfError->pfnError(pIfError->Core.pvUser, rc, RT_SRC_POS_ARGS, pszFormat, va); 304 304 va_end(va); 305 306 #if defined(LOG_ENABLED) && defined(Log) 307 va_start(va, pszFormat); 308 Log(("vdIfError: %N\n", pszFormat, &va)); 309 va_end(va); 310 #endif 305 311 return rc; 306 312 } … … 322 328 rc = pIfError->pfnMessage(pIfError->Core.pvUser, pszFormat, va); 323 329 va_end(va); 330 331 #if defined(LOG_ENABLED) && defined(Log) 332 va_start(va, pszFormat); 333 Log(("vdIfErrorMessage: %N\n", pszFormat, &va)); 334 va_end(va); 335 #endif 324 336 return rc; 325 337 }
Note:
See TracChangeset
for help on using the changeset viewer.

