Write all debug messages to stderr to avoid polluting stdout.

This commit is contained in:
Mark Mykkanen 2020-03-22 14:02:12 -05:00
parent 4ec85ea3ca
commit 7cead041ac

1
tomb
View File

@ -820,6 +820,7 @@ function _msg() {
;;
verbose)
pchars="[D]"; pcolor="blue"
fd=2
;;
success)
pchars="(*)"; pcolor="green"