VirtualBox

Changeset 70626 in vbox


Ignore:
Timestamp:
Jan 18, 2018 11:30:20 AM (7 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
120350
Message:

Main/AudioDriver: Logging.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-client/AudioDriver.cpp

    r70583 r70626  
    281281
    282282    if (!pDev0) /* No audio device configured? Bail out. */
    283         return VINF_SUCCESS;
     283    {
     284        LogRel2(("%s: No audio device configured, skipping to attach driver\n", mCfg.strName.c_str()));
     285        return VINF_SUCCESS;
     286    }
    284287
    285288    PCFGMNODE pDevLun = CFGMR3GetChildF(pDev0, "LUN#%u/", uLUN);
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