From a880d01c59c6962f06b969552a524792239e9300 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 11 Sep 2015 12:01:04 +0200 Subject: Align verbosity levels with build2 This makes it simpler to map from one to the other. --- bpkg/rep-create.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bpkg/rep-create.cxx') diff --git a/bpkg/rep-create.cxx b/bpkg/rep-create.cxx index bfa4776..42e7d55 100644 --- a/bpkg/rep-create.cxx +++ b/bpkg/rep-create.cxx @@ -46,7 +46,7 @@ namespace bpkg // if (p.string ().front () == '.') { - level3 ([&]{trace << "skipping '" << p << "' in " << d;}); + level4 ([&]{trace << "skipping '" << p << "' in " << d;}); continue; } @@ -211,7 +211,7 @@ namespace bpkg manifest_parser mp (ifs, rf.string ()); repository_manifests ms (mp); - level3 ([&]{trace << ms.size () - 1 << " prerequisite repository(s)";}); + level4 ([&]{trace << ms.size () - 1 << " prerequisite repository(s)";}); } catch (const manifest_parsing& e) { -- cgit v1.1