]> sigrok.org Git - libsigrok.git/commit
input/trace32_ad: silence format errors during input format match
authorGerhard Sittig <redacted>
Tue, 24 Apr 2018 21:28:41 +0000 (23:28 +0200)
committerUwe Hermann <redacted>
Sat, 28 Apr 2018 21:42:42 +0000 (23:42 +0200)
commitcdb134eb19e23528ec9c9dd89805087ea3edb9b6
treecdacf8a5f60b5d5c78eb86429de8c0dc0d49ede4
parent55bcd7ad4549041ef3621e4a47dc06584f16df1e
input/trace32_ad: silence format errors during input format match

When auto-detection tries to find the input module that can handle a
file, unexpected input format should be considered non-fatal. Only emit
error messages when process_header() got invoked from process_buffer()
after initialization. Emit debug messages in early stages where no input
module context exists yet.
src/input/trace32_ad.c