VirtualBox

Changeset 106098 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Sep 19, 2024 5:30:20 PM (3 months ago)
Author:
vboxsync
Message:

Devices/Graphics: logging

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Graphics/DevVGA-SVGA.cpp

    r106061 r106098  
    37543754        uint32_t cbCmd = sizeof(uint32_t);
    37553755
    3756         LogFunc(("[cid=%d] %s %d\n", (int32_t)idDXContext, vmsvgaR3FifoCmdToString(cmdId), cmdId));
     3756        LogFlowFunc(("[cid=%d] %s %u\n", (int32_t)idDXContext, vmsvgaR3FifoCmdToString(cmdId), cmdId));
    37573757# ifdef LOG_ENABLED
    37583758#  ifdef VBOX_WITH_VMSVGA3D
     
    37773777         */
    37783778        /** @todo This code is very similar to the FIFO loop command processing. Think about merging. */
    3779         LogFlow(("cmdId=%u\n", cmdId));
    37803779        switch (cmdId)
    37813780        {
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