]> sigrok.org Git - libsigrok.git/commit
input/csv: style nits, drop @brief and DIAG in debug output
authorGerhard Sittig <redacted>
Sun, 22 Dec 2019 13:11:15 +0000 (14:11 +0100)
committerUwe Hermann <redacted>
Sun, 22 Dec 2019 13:35:41 +0000 (14:35 +0100)
commit51e60cde097d0c770824585cdfe47735c6b5c248
tree8c664c9214d239bfdc7eab7e59156a96f4cd0020
parent811dcf7ea95384b0450d475699d3c20203d02132
input/csv: style nits, drop @brief and DIAG in debug output

The @brief keyword is not needed since JAVADOC_AUTOBRIEF is enabled in the
Doxygen configuration. Remove a remaining "DIAG" prefix in a debug
message, the output already is filtered according to the log level, and
prefixed by the module name.
src/input/csv.c