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)
* 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.


No differences found