From 7cead041ac44939e09fb21d11d38b91e0c6a4cd7 Mon Sep 17 00:00:00 2001 From: Mark Mykkanen Date: Sun, 22 Mar 2020 14:02:12 -0500 Subject: [PATCH] Write all debug messages to stderr to avoid polluting stdout. --- tomb | 1 + 1 file changed, 1 insertion(+) diff --git a/tomb b/tomb index 9d50caf..98262b5 100755 --- a/tomb +++ b/tomb @@ -820,6 +820,7 @@ function _msg() { ;; verbose) pchars="[D]"; pcolor="blue" + fd=2 ;; success) pchars="(*)"; pcolor="green"