- Timestamp:
- Sep 20, 2013 8:39:12 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/platform/darwin/DarwinKeyboard.cpp
r48517 r48575 1229 1229 rc = IOHIDDeviceSetValue(hidDevice, element, valueRef); 1230 1230 if (rc != kIOReturnSuccess) 1231 Log RelFlow(("Warning! Something went wrong in attempt to turn %s HID device led (error %d)!\n", ((fEnabled) ? "on" : "off"), rc));1231 Log2(("Warning! Something went wrong in attempt to turn %s HID device led (error %d)!\n", ((fEnabled) ? "on" : "off"), rc)); 1232 1232 else 1233 1233 Log2(("Led (%d) is turned %s\n", (int)IOHIDElementGetUsage(element), ((fEnabled) ? "on" : "off"))); … … 1431 1431 rc = IOHIDManagerClose(hidsState->hidManagerRef, 0); 1432 1432 if (rc != kIOReturnSuccess) 1433 Log RelFlow(("Warning! Something went wrong in attempt to close HID device manager!\n"));1433 Log2(("Warning! Something went wrong in attempt to close HID device manager!\n")); 1434 1434 } 1435 1435 … … 1488 1488 rc = IOHIDManagerClose(hidsState->hidManagerRef, 0); 1489 1489 if (rc != kIOReturnSuccess) 1490 Log RelFlow(("Warning! Something went wrong in attempt to close HID device manager!\n"));1490 Log2(("Warning! Something went wrong in attempt to close HID device manager!\n")); 1491 1491 1492 1492 CFRelease(hidsState->hidManagerRef); … … 1559 1559 rc = IOHIDManagerClose(hidManagerRef, 0); 1560 1560 if (rc != kIOReturnSuccess) 1561 Log RelFlow(("Warning! Something went wrong in attempt to close HID device manager!\n"));1561 Log2(("Warning! Something went wrong in attempt to close HID device manager!\n")); 1562 1562 } 1563 1563
Note:
See TracChangeset
for help on using the changeset viewer.