VirtualBox

Changeset 23420 in vbox for trunk/src


Ignore:
Timestamp:
Sep 29, 2009 6:28:50 PM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
52991
Message:

Medium/ConsoleImpl: clean up release logging

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/ConsoleImpl.cpp

    r23419 r23420  
    30173017            }
    30183018            /** @todo later pass full VDConfig information and parent images */
    3019 
     3019        }
     3020
     3021        /* Dump the new controller configuration. */
     3022        CFGMR3Dump(pInst);
     3023
     3024        if (!fHostDrive && pszPath && *pszPath)
     3025        {
    30203026            PPDMIMOUNT pIMount = NULL;
    30213027            pIMount = (PPDMIMOUNT) pBase->pfnQueryInterface(pBase, PDMINTERFACE_MOUNT);
     
    30263032            }
    30273033
    3028 LogRelFunc(("mounting new medium\n"));
    30293034            rc = pIMount->pfnMount(pIMount, NULL , NULL);
    30303035        }
    3031 CFGMR3Dump(pInst);
    30323036
    30333037#undef RC_CHECK
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