Code

sigrok plugin: Ensure consistent logging prefix.
authorFlorian Forster <octo@collectd.org>
Wed, 7 Aug 2013 06:33:13 +0000 (08:33 +0200)
committerFlorian Forster <octo@collectd.org>
Wed, 7 Aug 2013 06:33:13 +0000 (08:33 +0200)
commit5fb890c2735d16034fc3fb3ca7467e9d13d8f450
tree07e6554de1c4bd15cdde36cd28e042b65035a1b2
parent2e94cad846a5227e7c2d4148a3020cc8dbcf8ab5
sigrok plugin: Ensure consistent logging prefix.

* Make sure all logging is using the "sigrok plugin: " prefix.
* Improved logging when handling the "LogLevel" option.
* Renamed free_drvopts() to sigrok_free_drvopts(). All functions now use the
  "sigrok_" prefix.
* Don't abort parsing a "Device" block when encountering an incorrect number of
  arguments. The cf_util_* functions will complain about that.
src/sigrok.c