VirtualBox

Changeset 76103 in vbox


Ignore:
Timestamp:
Dec 10, 2018 11:01:56 AM (6 years ago)
Author:
vboxsync
Message:

DnD/VBoxTray: Don't try to (debug) log event type in VBoxDnDWorker() if event retrieval fails (will be NULL).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/WINNT/VBoxTray/VBoxDnD.cpp

    r76102 r76103  
    18261826        PVBGLR3DNDEVENT pVbglR3Event = NULL;
    18271827        rc = VbglR3DnDEventGetNext(&pCtx->cmdCtx, &pVbglR3Event);
    1828         LogFlowFunc(("enmType=%RU32, rc=%Rrc\n", pVbglR3Event->enmType, rc));
    1829 
    18301828        if (RT_SUCCESS(rc))
    18311829        {
     1830            LogFunc(("enmType=%RU32, rc=%Rrc\n", pVbglR3Event->enmType, rc));
     1831
    18321832            cMsgSkippedInvalid = 0; /* Reset skipped messages count. */
    18331833
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