diff --git a/osquery/events/darwin/iokit_hid.cpp b/osquery/events/darwin/iokit_hid.cpp index f315c973..f320ebdf 100644 --- a/osquery/events/darwin/iokit_hid.cpp +++ b/osquery/events/darwin/iokit_hid.cpp @@ -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; }