VirtualBox

Changeset 57295 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Aug 12, 2015 1:44:12 PM (9 years ago)
Author:
vboxsync
Message:

Logging instead of assertion.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-client/GuestDnDPrivate.cpp

    r57291 r57295  
    459459        else
    460460        {
    461             AssertMsgFailed(("No callback for function %RU32 defined (%zu callbacks total)\n", u32Function, m_mapCallbacks.size()));
     461            LogFlowFunc(("No callback for function %RU32 defined (%zu callbacks total)\n", u32Function, m_mapCallbacks.size()));
    462462            rc = VERR_NOT_SUPPORTED; /* Tell the guest. */
    463463        }
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