VirtualBox

Changeset 68267 in vbox


Ignore:
Timestamp:
Aug 3, 2017 7:54:06 AM (7 years ago)
Author:
vboxsync
Message:

Audio/DrvAudio.cpp: Logging.

File:
1 edited

Legend:

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

    r68232 r68267  
    11931193            if (pHstStream->fStatus & PDMAUDIOSTRMSTS_FLAG_PENDING_DISABLE)
    11941194            {
    1195                 LogFunc(("[%s] Closing pending stream\n", pHstStream->szName));
     1195                LogFunc(("[%s] Closing pending input stream\n", pHstStream->szName));
    11961196                rc = drvAudioStreamControlInternalBackend(pThis, pHstStream, PDMAUDIOSTREAMCMD_DISABLE);
    11971197                if (RT_SUCCESS(rc))
     
    12001200                }
    12011201                else
    1202                     LogFunc(("[%s] Backend vetoed against closing pending output stream, rc=%Rrc\n", pHstStream->szName, rc));
     1202                    LogFunc(("[%s] Backend vetoed against closing pending input stream, rc=%Rrc\n", pHstStream->szName, rc));
    12031203            }
    12041204        }
     
    15461546            if (pHstStream->fStatus & PDMAUDIOSTRMSTS_FLAG_PENDING_DISABLE)
    15471547            {
    1548                 LogFunc(("[%s] Closing pending stream\n", pHstStream->szName));
     1548                LogFunc(("[%s] All pending data played, closing output stream ...\n", pHstStream->szName));
    15491549                rc = drvAudioStreamControlInternalBackend(pThis, pHstStream, PDMAUDIOSTREAMCMD_DISABLE);
    15501550                if (RT_SUCCESS(rc))
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