Changeset 35517 in vbox for trunk/src/VBox/Frontends/VBoxManage/VBoxManageInfo.cpp
- Timestamp:
- Jan 13, 2011 10:47:12 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxManage/VBoxManageInfo.cpp
r35146 r35517 170 170 rc = machine->COMGETTER(AccessError)(accessError.asOutParam()); 171 171 RTPrintf("Access error details:\n"); 172 ErrorInfo ei(accessError , COM_IIDOF(IVirtualBoxErrorInfo));172 ErrorInfo ei(accessError); 173 173 GluePrintErrorInfo(ei); 174 174 RTPrintf("\n");
Note:
See TracChangeset
for help on using the changeset viewer.