VirtualBox

Changeset 94863 in vbox for trunk/src/VBox/Main


Ignore:
Timestamp:
May 5, 2022 6:17:34 PM (3 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
151263
Message:

Main/VirtualBox: Turn some release logging into debug logging. Too noisy and not generally interesting. bugref:7717

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-server/VirtualBoxImpl.cpp

    r94840 r94863  
    52855285            if (FAILED(medCaller.rc())) return medCaller.rc();
    52865286            AutoReadLock medlock(pMedium COMMA_LOCKVAL_SRC_POS);
    5287             LogRel(("Looking at medium %RTuuid\n", pMedium->i_getId().raw()));
     5287            Log(("Looking at medium %RTuuid\n", pMedium->i_getId().raw()));
    52885288
    52895289            /* If the medium is still in the registry then either some code is
     
    53085308
    53095309                    /* Add to front, order must be children then parent. */
    5310                     LogRel(("Pushing medium %RTuuid (front)\n", pCurrent->i_getId().raw()));
     5310                    Log(("Pushing medium %RTuuid (front)\n", pCurrent->i_getId().raw()));
    53115311                    llMedia2Close.push_front(pCurrent);
    53125312
     
    53265326    {
    53275327        ComObjPtr<Medium> pMedium = *it;
    5328         LogRel(("Closing medium %RTuuid\n", pMedium->i_getId().raw()));
     5328        Log(("Closing medium %RTuuid\n", pMedium->i_getId().raw()));
    53295329        AutoCaller mac(pMedium);
    53305330        pMedium->i_close(mac);
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette