Changeset 13842 in vbox for trunk/src/VBox/Main/MediumImpl.cpp
- Timestamp:
- Nov 5, 2008 3:46:01 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/MediumImpl.cpp
r13838 r13842 942 942 const Guid &aId) 943 943 { 944 LogFlowThisFunc (("aLocation='%ls', aId={%R uuid}\n", aLocation, aId.raw()));944 LogFlowThisFunc (("aLocation='%ls', aId={%RTuuid}\n", aLocation, aId.raw())); 945 945 946 946 AssertReturn (aVirtualBox, E_INVALIDARG); … … 1031 1031 } 1032 1032 1033 LogFlowThisFunc (("m.location='%ls', m.id={%R uuid}\n",1033 LogFlowThisFunc (("m.location='%ls', m.id={%RTuuid}\n", 1034 1034 m.location.raw(), m.id.raw())); 1035 1035 LogFlowThisFunc (("m.locationFull='%ls'\n", m.locationFull.raw()));
Note:
See TracChangeset
for help on using the changeset viewer.