Changeset 97746 in vbox for trunk/src/VBox/Additions/common/VBoxGuest
- Timestamp:
- Dec 6, 2022 9:09:47 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxGuest/lib/VBoxGuestR3LibDragAndDrop.cpp
r97745 r97746 587 587 default: 588 588 { 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", DnDHostMsgToStr(uNextMsg), uNextMsg)); 590 590 rc = VERR_NOT_SUPPORTED; 591 591 break;
Note:
See TracChangeset
for help on using the changeset viewer.