]> sigrok.org Git - libsigrok.git/commitdiff
scpi_usbtmc_libusb.c: Fix two error checks.
authorUwe Hermann <redacted>
Tue, 11 Mar 2014 18:46:39 +0000 (19:46 +0100)
committerUwe Hermann <redacted>
Tue, 11 Mar 2014 18:48:47 +0000 (19:48 +0100)
Two error checks had a missing "ret = ", which lead to an incorrect
value being passed to libusb_error_name().

Also, lower the level for those messages from sr_err() to sr_dbg()
since they're not fatal.


No differences found