Changeset 46428 in vbox for trunk/src/VBox/Additions/common
- Timestamp:
- Jun 7, 2013 8:26:18 AM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 86263
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxGuest/VBoxGuest.cpp
r46196 r46428 2544 2544 uint32_t fSetCaps = 0; 2545 2545 2546 LogRel(("VBoxGuest: VBoxGuestCommonGuestCapsAcquire: pSession(0x%p), OR(0x%x), NOT(0x%x), flags(0x%x)\n", pSession, fOrMask, fNotMask, enmFlags)); 2547 2546 2548 if (!VBoxGuestCommonGuestCapsValidateValues(fOrMask)) 2547 2549 { … … 2618 2620 if (!RT_SUCCESS(rc)) 2619 2621 { 2622 LogRel(("VBoxGuest: VBoxGuestCommonGuestCapsAcquire: VBoxGuestSetGuestCapabilities failed, rc %d\n", rc)); 2623 2620 2624 /* Failure branch 2621 2625 * this is generally bad since e.g. failure to release the caps may result in other sessions not being able to use it
Note:
See TracChangeset
for help on using the changeset viewer.