aboutsummaryrefslogtreecommitdiff
path: root/bpkg/rep-create.cxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2015-09-11 12:01:04 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2015-09-11 12:01:04 +0200
commita880d01c59c6962f06b969552a524792239e9300 (patch)
tree802901c84462df5e1cc5b37eca4899ab31cb339a /bpkg/rep-create.cxx
parent3637cbc90ae6c6f36f2ba229663f04a371a1faee (diff)
Align verbosity levels with build2
This makes it simpler to map from one to the other.
Diffstat (limited to 'bpkg/rep-create.cxx')
-rw-r--r--bpkg/rep-create.cxx4
1 files changed, 2 insertions, 2 deletions
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)
{