aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2018-06-09 17:56:17 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2018-06-09 17:56:17 +0200
commitda209298beac0d794b7c779e634e54760ffa41f9 (patch)
tree1c65b948148cd1dc7ee607cd232e22baa316dc30
parentab3bcabe9d1686ece46c115d9fd4f96d26b0b6ba (diff)
Reduce housekeeping verbosity
-rw-r--r--bpkg/utility.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/bpkg/utility.cxx b/bpkg/utility.cxx
index 68a7aa1..8a456d0 100644
--- a/bpkg/utility.cxx
+++ b/bpkg/utility.cxx
@@ -61,7 +61,7 @@ namespace bpkg
: cfg / bpkg_dir / dir_path ("tmp"));
if (exists (d))
- rm_r (d, true /* dir_itself */, 1); // Verbose to avoid surprises.
+ rm_r (d, true /* dir_itself */, 2);
mk (d); // We shouldn't need mk_p().