Merge pull request #376 from quickcougar/debug-messages

Write all debug messages to stderr to avoid polluting stdout.
This commit is contained in:
Denis Roio 2020-06-22 10:01:10 +02:00 committed by GitHub
commit 85f02f746e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

1
tomb
View File

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