]> sigrok.org Git - libsigrok.git/commit
resource: Improve logging output.
authorUwe Hermann <redacted>
Sat, 24 Sep 2016 09:41:47 +0000 (11:41 +0200)
committerUwe Hermann <redacted>
Sat, 24 Sep 2016 09:41:47 +0000 (11:41 +0200)
commit7ade12b470366a03f7bf84e4989c9d3593dc333b
treef93b5e252162351be0b63577915821cce4ce7319
parentcad447d21a28438cd34bcfa053383e7487b16b35
resource: Improve logging output.

Don't show duplicate lines (per default) such as

  sr: resource: Failed to locate 'saleae-logic16-fx2.fw'.
  sr: resource: Failed to open resource 'saleae-logic16-fx2.fw'.

The first one is now an sr_dbg() instead of sr_err().

Also, mention that a higher loglevel will give more information as to
where the backend is looking for resources / firmware files.

This fixes bug #806.
src/resource.c