debugging -dd produces misleading messages for reports from devices
Information
- Solaar version: 1.0.1
- Distribution: github
Describe the bug With -dd debug level solaar produces messages like:
09:06:25,316 DEBUG [ReceiverListener:hidraw3] logitech_receiver.base: (14) => r[02 0000FFEFFF0000] ignoring unknown report
for reports from the devices. These messages aren't really unknown, they are just the usual messages from devices.
So something else should be done for these messages. My suggestion is to not produce them at all, but at the minimum the message should be changed to say something like "ignoring device report", and the debug level for them made higher. As it is they just clutter up the debug log.