VirtualBox

Changeset 53452 in vbox for trunk/src


Ignore:
Timestamp:
Dec 5, 2014 10:16:22 AM (10 years ago)
Author:
vboxsync
Message:

Logging.

File:
1 edited

Legend:

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

    r53442 r53452  
    10321032        copied = AUD_write(pThis->voice_po, tmpbuf, to_copy);
    10331033#endif /* VBOX_WITH_PDM_AUDIO_DRIVER */
    1034         LogRelFunc(("to_copy=%RU32, copied=%RU32, temp=%RU32, temp_left=%RU32\n", to_copy, copied,
    1035                     temp, temp - copied));
     1034        LogFlowFunc(("to_copy=%RU32, copied=%RU32, temp=%RU32, temp_left=%RU32\n",
     1035                     to_copy, copied, temp, temp - copied));
    10361036
    10371037        if (!copied)
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