VirtualBox

Changeset 70705 in vbox for trunk/src/VBox/Devices/Audio


Ignore:
Timestamp:
Jan 23, 2018 12:17:54 PM (7 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
120448
Message:

Audio/DrvHostDSound: Log enumerated devices only in verbose (and/or audio debug) mode.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Audio/DrvHostDSound.cpp

    r70472 r70705  
    13581358{
    13591359    char *pszGUID = dsoundGUIDToUtf8StrA(pGUID);
    1360     /* This always has to be in the release log. */
    1361     LogRel(("DSound: %s: GUID: %s [%ls] (Module: %ls)\n", pszType, pszGUID ? pszGUID : "{?}", pwszDescription, pwszModule));
     1360    /* This always has to be in the release log.
     1361     * Only print this when we're running in verbose (audio debug) mode, as this can generate a lot of content. */
     1362    LogRel2(("DSound: %s: GUID: %s [%ls] (Module: %ls)\n", pszType, pszGUID ? pszGUID : "{?}", pwszDescription, pwszModule));
    13621363    RTStrFree(pszGUID);
    13631364}
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