- Timestamp:
- Jan 26, 2007 3:20:38 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/HardDiskImpl.cpp
r358 r361 2254 2254 "the hard disk image file '%s' doesn't match " 2255 2255 "UUID {%Vuuid} stored in the registry"), 2256 parentId. ptr(), mParent->toString().raw(),2256 parentId.raw(), mParent->toString().raw(), 2257 2257 filePath.raw(), mParent->id().raw()); 2258 2258 break; … … 2262 2262 { 2263 2263 errMsg = Utf8StrFmt ( 2264 tr ("Hard disk image '%s' is a differencing image and " 2265 "cannot be opened directly"), 2266 filePath.raw()); 2264 tr ("Hard disk image '%s' is a differencing image that is linked " 2265 "to a hard disk with UUID {%Vuuid} and cannot be used " 2266 "directly as a base hard disk"), 2267 filePath.raw(), parentId.raw()); 2267 2268 break; 2268 2269 }
Note:
See TracChangeset
for help on using the changeset viewer.