Changeset 47720 in vbox for trunk/src/VBox/Frontends/VBoxManage
- Timestamp:
- Aug 14, 2013 10:41:56 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxManage/VBoxManageDisk.cpp
r44498 r47720 48 48 static DECLCALLBACK(void) handleVDError(void *pvUser, int rc, RT_SRC_POS_DECL, const char *pszFormat, va_list va) 49 49 { 50 RTMsgError (pszFormat, va);50 RTMsgErrorV(pszFormat, va); 51 51 RTMsgError("Error code %Rrc at %s(%u) in function %s", rc, RT_SRC_POS_ARGS); 52 52 }
Note:
See TracChangeset
for help on using the changeset viewer.