]> sigrok.org Git - sigrok-cli.git/commit
decode: Always print colon after protocol decoder ID
authorGerhard Sittig <redacted>
Sun, 9 Jul 2017 12:09:31 +0000 (14:09 +0200)
committerUwe Hermann <redacted>
Tue, 1 Aug 2017 09:18:10 +0000 (11:18 +0200)
commitaa001713933f50a2082a5cd0f8bde5e7fd490b39
tree511efbf956a8c0165d76f38647a8e21de63ad868
parent8aafb57cd4e0e1607f0999108a747766d2180c06
decode: Always print colon after protocol decoder ID

Remove the "bug compatibility" support. It's assumed that the omission
of the colon after the protocol decoder ID in log level 3 was less of a
design choice, but instead a byproduct of the redundancy in a previous
implementation (multiple code paths that got out of sync).
decode.c