From 5ab4bc13f618b75937dce33d497e370b212561c2 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 22 Feb 2018 18:27:00 +0200 Subject: Make dist diagnostics tidier yet --- build2/algorithm.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build2/algorithm.cxx') diff --git a/build2/algorithm.cxx b/build2/algorithm.cxx index 17c2184..fc7ef88 100644 --- a/build2/algorithm.cxx +++ b/build2/algorithm.cxx @@ -1460,7 +1460,7 @@ namespace build2 // if (tr != target_state::changed && er == target_state::changed) { - if (verb > 0 && verb < 3) + if (verb > (current_diag_noise ? 0 : 1) && verb < 3) { if (ed) text << "rm -r " << path_cast (ep); -- cgit v1.1