Changeset 94863 in vbox for trunk/src/VBox/Main
- Timestamp:
- May 5, 2022 6:17:34 PM (3 years ago)
- svn:sync-xref-src-repo-rev:
- 151263
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/VirtualBoxImpl.cpp
r94840 r94863 5285 5285 if (FAILED(medCaller.rc())) return medCaller.rc(); 5286 5286 AutoReadLock medlock(pMedium COMMA_LOCKVAL_SRC_POS); 5287 Log Rel(("Looking at medium %RTuuid\n", pMedium->i_getId().raw()));5287 Log(("Looking at medium %RTuuid\n", pMedium->i_getId().raw())); 5288 5288 5289 5289 /* If the medium is still in the registry then either some code is … … 5308 5308 5309 5309 /* Add to front, order must be children then parent. */ 5310 Log Rel(("Pushing medium %RTuuid (front)\n", pCurrent->i_getId().raw()));5310 Log(("Pushing medium %RTuuid (front)\n", pCurrent->i_getId().raw())); 5311 5311 llMedia2Close.push_front(pCurrent); 5312 5312 … … 5326 5326 { 5327 5327 ComObjPtr<Medium> pMedium = *it; 5328 Log Rel(("Closing medium %RTuuid\n", pMedium->i_getId().raw()));5328 Log(("Closing medium %RTuuid\n", pMedium->i_getId().raw())); 5329 5329 AutoCaller mac(pMedium); 5330 5330 pMedium->i_close(mac);
Note:
See TracChangeset
for help on using the changeset viewer.