]> sigrok.org Git - libsigrok.git/commit - src/dmm/metex14.c
hardware/common/dmm: Fix debug output level.
authorUwe Hermann <redacted>
Mon, 6 Jan 2014 19:44:44 +0000 (20:44 +0100)
committerUwe Hermann <redacted>
Mon, 6 Jan 2014 19:44:44 +0000 (20:44 +0100)
commitec5186f9360f307ced6083137fc99f931aaae1a1
tree8f83204a50b31962baf36b902efb8eb0e66267d9
parent2710cb53fd4e56eb0ffe0b76657a67cce932c734
hardware/common/dmm: Fix debug output level.

Most messages from the DMM parsers are not hard errors, lower to
sr_dbg() so that the sigrok-cli output doesn't get cluttered (by default)
with debug output such as:

 P1: 0.001100 V DC AUTO
 sr: fs9721: Sync nibble in byte 0 (0x00) is invalid.
 P1: 0.001100 V DC AUTO

(using -l 4 or -l 5 will still allow the user to see such messages)
hardware/common/dmm/es519xx.c
hardware/common/dmm/fs9721.c
hardware/common/dmm/fs9922.c
hardware/common/dmm/metex14.c
hardware/common/dmm/rs9lcd.c