Changeset 70705 in vbox for trunk/src/VBox/Devices/Audio
- Timestamp:
- Jan 23, 2018 12:17:54 PM (7 years ago)
- svn:sync-xref-src-repo-rev:
- 120448
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Audio/DrvHostDSound.cpp
r70472 r70705 1358 1358 { 1359 1359 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)); 1362 1363 RTStrFree(pszGUID); 1363 1364 }
Note:
See TracChangeset
for help on using the changeset viewer.