VirtualBox

Changeset 97744 in vbox for trunk/src/VBox/Additions


Ignore:
Timestamp:
Dec 6, 2022 9:07:09 AM (2 years ago)
Author:
vboxsync
Message:

DnD/VbglR3: Logging nit.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/common/VBoxGuest/lib/VBoxGuestR3LibDragAndDrop.cpp

    r97733 r97744  
    587587                default:
    588588                {
    589                     LogRel(("DnD: Warning: Message %s (%#x) from host not supported\n", DnDGuestMsgToStr(uNextMsg), uNextMsg));
     589                    LogRel(("DnD: Warning: Message %s (%#x) from host not supported or in wrong order\n",
     590                            DnDHostMsgToStr(uNextMsg), uNextMsg));
    590591                    rc = VERR_NOT_SUPPORTED;
    591592                    break;
     
    19041905
    19051906    HGCMMsgGHError Msg;
    1906     VBGL_HGCM_HDR_INIT(&Msg.hdr, pCtx->uClientID, GUEST_DND_FN_GH_EVT_ERROR, 2);
     1907    VBGL_HGCM_HDR_INIT(&Msg.hdr, pCtx->uClientID, GUEST_DND_FN_EVT_ERROR, 2);
    19071908    /** @todo Context ID not used yet. */
    19081909    Msg.u.v3.uContext.SetUInt32(0);
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