Changeset 93948 in vbox for trunk/src/VBox/Main/src-server
- Timestamp:
- Feb 25, 2022 1:59:00 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/MachineImpl.cpp
r93891 r93948 9341 9341 default: 9342 9342 return setError(E_FAIL, 9343 tr("Device '%s' with unknown type is attached to the virtual machine '%s' ('%s')"), 9344 medium->i_getLocationFull().c_str(), 9345 mUserData->s.strName.c_str(), 9346 mData->m_strConfigFileFull.c_str()); 9343 tr("Controller '%s' port %u unit %u has device with unknown type (%d) - virtual machine '%s' ('%s')"), 9344 data.strName.c_str(), dev.lPort, dev.lDevice, dev.deviceType, 9345 mUserData->s.strName.c_str(), mData->m_strConfigFileFull.c_str()); 9347 9346 } 9348 9347
Note:
See TracChangeset
for help on using the changeset viewer.