mirror of
https://github.com/valitydev/osquery-1.git
synced 2024-11-07 09:58:54 +00:00
Merge pull request #618 from theopolis/iokit_silence
Treat IOKit HID failures as warnings
This commit is contained in:
commit
dc292a867e
@ -56,7 +56,7 @@ void IOKitHIDEventPublisher::restart() {
|
||||
|
||||
auto status = IOHIDManagerOpen(manager_, kIOHIDOptionsTypeNone);
|
||||
if (status != kIOReturnSuccess) {
|
||||
LOG(ERROR) << "Cannot open IOKit HID Manager";
|
||||
LOG(WARNING) << "[Reference #617] Cannot open IOKit HID Manager";
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user