diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2018-06-09 17:56:17 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2018-06-09 17:56:17 +0200 |
commit | da209298beac0d794b7c779e634e54760ffa41f9 (patch) | |
tree | 1c65b948148cd1dc7ee607cd232e22baa316dc30 | |
parent | ab3bcabe9d1686ece46c115d9fd4f96d26b0b6ba (diff) |
Reduce housekeeping verbosity
-rw-r--r-- | bpkg/utility.cxx | 2 |
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(). |