Closed chad-earthscope closed 5 years ago
Both diagnostic output, i.e. output controlled with verbose (-v) flags, and the converted data content are printed to stdout. They are hopelessly mixed this way.
stdout
The diagnostic output should go to stderr and leave stdout solely for data output.
stderr
This is done for xseed2json in de9f972b6fdbdf204dce83b70c6ae06356e4cc92
xseed2json
This is done for xseed2text in 6c6238920f05f3452af78e862b4197f748cc7059
Both diagnostic output, i.e. output controlled with verbose (-v) flags, and the converted data content are printed to
stdout
. They are hopelessly mixed this way.The diagnostic output should go to
stderr
and leavestdout
solely for data output.