VirtualBox

Changeset 62587 in vbox


Ignore:
Timestamp:
Jul 27, 2016 12:07:38 PM (9 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
109156
Message:

DevE1000.cpp: Disabled an assertion for myself.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Network/DevE1000.cpp

    r62511 r62587  
    52955295
    52965296    int rc = e1kXmitPending(pThis, false /*fOnWorkerThread*/);
     5297#ifndef DEBUG_andy /** @todo r=andy Happens for me a lot, mute this for me. */
    52975298    AssertMsg(RT_SUCCESS(rc) || rc == VERR_TRY_AGAIN, ("%Rrc\n", rc));
    5298 
     5299#endif
    52995300    return true;
    53005301}
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette