]> sigrok.org Git - sigrok-cli.git/commitdiff
Rearrange protocol decoder output levels.
authorBert Vermeulen <redacted>
Wed, 27 Nov 2013 10:24:45 +0000 (11:24 +0100)
committerBert Vermeulen <redacted>
Wed, 27 Nov 2013 10:24:45 +0000 (11:24 +0100)
The protocol decoder output now varies according to --loglevel:

WARN (--loglevel 2, default):
  - show only the first annotation string, without quotes

INFO (--loglevel 3):
  - add sample numbers
  - quotes around annotation

DBG (--loglevel 4 and up):
  - add protocol decoder id
  - add annotation class
  - show all annotation strings, not just the first

In all cases, all annotation classes are shown, unless restricted with
the --protocol-decoder-annotations (-A) option.


No differences found