ctdb-tools: Drop separate parallel+verbose stdout/stderr filtering
authorMartin Schwenke <martin@meltin.net>
Fri, 28 Jun 2019 05:46:57 +0000 (15:46 +1000)
committerAmitay Isaacs <amitay@samba.org>
Fri, 5 Jul 2019 05:03:22 +0000 (05:03 +0000)
commit6478d65a2f1bc79040753f4dae952c638fcb64e2
tree1ea3b12d9f27fa3388e41b96411eb3e1c94f35b6
parentf3feb4df3a90bd40998fa60887a56961954f6423
ctdb-tools: Drop separate parallel+verbose stdout/stderr filtering

This has been broken for 10 years since commit
9616959bd6938e4c5c3713fe986c1e17cbdc574c, which introduced the
separate filtering.  This commit was missing a redirect of the output
of stderr_filter() to stderr.

Since nobody depends on the separate filtering (i.e. nobody reported a
bug), just return to combining stdout and stderr, and filtering them
together.

Signed-off-by: Martin Schwenke <martin@meltin.net>
Reviewed-by: Amitay Isaacs <amitay@gmail.com>
ctdb/tools/onnode