]> sigrok.org Git - libsigrok.git/commit
input/trace32_ad: silence format match logging, improve robustness
authorGerhard Sittig <redacted>
Sat, 12 May 2018 15:38:33 +0000 (17:38 +0200)
committerUwe Hermann <redacted>
Thu, 17 May 2018 20:30:44 +0000 (22:30 +0200)
commit8c4bff1d25e1c41ef44e3570823789a82f24b12a
treef5434ca03f1e7d3af1b440bcbc614c70fe581be0
parentf54a55da2dc6b60b0ba153bc61e44415f5ed2004
input/trace32_ad: silence format match logging, improve robustness

There is not much point in log messages about format mismatch in the
auto detect phase, where each module gets queried in turn and most are
supposed to not match.

Do not print non-printable characters in log messages. Those could occur
in the format detection phase, or in the regular processing of input
files that either are unexpected or invalid (or is there a binary header
format variant even?).
src/input/trace32_ad.c