VirtualBox

Changeset 82580 in vbox for trunk/src/VBox/Main/src-client


Ignore:
Timestamp:
Dec 13, 2019 2:00:40 PM (5 years ago)
Author:
vboxsync
Message:

Audio: Logging tweaks (driver names); no functional changes.

Location:
trunk/src/VBox/Main/src-client
Files:
2 edited

Legend:

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

    r82255 r82580  
    880880    AssertPtrReturn(pBackendCfg, VERR_INVALID_POINTER);
    881881
    882     RTStrPrintf2(pBackendCfg->szName, sizeof(pBackendCfg->szName), "Video recording audio driver");
     882    RTStrPrintf2(pBackendCfg->szName, sizeof(pBackendCfg->szName), "VideoRec");
    883883
    884884    pBackendCfg->cbStreamOut    = sizeof(AVRECSTREAM);
  • trunk/src/VBox/Main/src-client/DrvAudioVRDE.cpp

    r82579 r82580  
    376376    AssertPtrReturn(pBackendCfg, VERR_INVALID_POINTER);
    377377
    378     RTStrPrintf2(pBackendCfg->szName, sizeof(pBackendCfg->szName), "VRDE audio driver");
     378    RTStrPrintf2(pBackendCfg->szName, sizeof(pBackendCfg->szName), "VRDE");
    379379
    380380    pBackendCfg->cbStreamOut    = sizeof(VRDESTREAM);
Note: See TracChangeset for help on using the changeset viewer.

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