]> sigrok.org Git - libsigrok.git/commit
kingst-la2016: rephrase diagnostics to improve user perception
authorGerhard Sittig <redacted>
Wed, 19 Jan 2022 20:25:54 +0000 (21:25 +0100)
committerGerhard Sittig <redacted>
Sun, 6 Feb 2022 17:53:53 +0000 (18:53 +0100)
commit91f738728dd0cff2f2a37626e103773663b9c88c
tree5ce62ef1108cc112de2d98fed006552d3bb16066
parente9430410c4fe1f7376062a718e365e31ff0bf254
kingst-la2016: rephrase diagnostics to improve user perception

Rephrase diagnostics messages so that users easier can digest them. Keep
implementation details out of messages which are seen by default, stick
those into developer centric messages that correspond to higher verbosity
levels. Consistently start with capital letters and end in punctuation.
Drop exclamation marks. Use all caps for acronyms. Don't break format
strings so that developers can search for messages reported by users.
Break a few long source code text lines (but not all of them).
src/hardware/kingst-la2016/api.c
src/hardware/kingst-la2016/protocol.c