Changeset 28516 in vbox for trunk/src/VBox/Additions/common/VBoxGuestLib/HGCMInternal.cpp
- Timestamp:
- Apr 20, 2010 11:52:06 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxGuestLib/HGCMInternal.cpp
r26425 r28516 906 906 else 907 907 { 908 if (rc != VERR_INTERRUPTED) 908 if ( rc != VERR_INTERRUPTED 909 || rc != VERR_TIMEOUT) 909 910 LogRel(("VbglR0HGCMInternalCall: vbglR0HGCMInternalDoCall failed. rc=%Rrc\n", rc)); 910 911 }
Note:
See TracChangeset
for help on using the changeset viewer.