Changeset 62587 in vbox
- Timestamp:
- Jul 27, 2016 12:07:38 PM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 109156
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Network/DevE1000.cpp
r62511 r62587 5295 5295 5296 5296 int rc = e1kXmitPending(pThis, false /*fOnWorkerThread*/); 5297 #ifndef DEBUG_andy /** @todo r=andy Happens for me a lot, mute this for me. */ 5297 5298 AssertMsg(RT_SUCCESS(rc) || rc == VERR_TRY_AGAIN, ("%Rrc\n", rc)); 5298 5299 #endif 5299 5300 return true; 5300 5301 }
Note:
See TracChangeset
for help on using the changeset viewer.