Changeset 49950 in vbox for trunk/src/VBox/Additions/common/VBoxGuest
- Timestamp:
- Dec 17, 2013 10:51:16 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxGuest/VBoxGuest.cpp
r49946 r49950 2646 2646 2647 2647 int rc = VBoxGuestSetGuestCapabilities(fSessionOrCaps, fSessionNotCaps); 2648 if ( !RT_FAILURE(rc))2648 if (RT_FAILURE(rc)) 2649 2649 { 2650 2650 LogRel(("VBoxGuestCommonGuestCapsAcquire: VBoxGuestSetGuestCapabilities failed, rc=%Rrc\n", rc));
Note:
See TracChangeset
for help on using the changeset viewer.