From da209298beac0d794b7c779e634e54760ffa41f9 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sat, 9 Jun 2018 17:56:17 +0200 Subject: Reduce housekeeping verbosity --- bpkg/utility.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(). -- cgit v1.1