From 6d036eb95b33b9968e5e95e3e3e9b5a42ba99cc9 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 29 Feb 2016 11:28:02 +0200 Subject: Rename level[1-6]() to l[1-6]() --- bpkg/rep-create.cxx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'bpkg/rep-create.cxx') diff --git a/bpkg/rep-create.cxx b/bpkg/rep-create.cxx index 8c6d3df..c714445 100644 --- a/bpkg/rep-create.cxx +++ b/bpkg/rep-create.cxx @@ -69,7 +69,7 @@ namespace bpkg // if (p.string ().front () == '.') { - level4 ([&]{trace << "skipping '" << p << "' in " << d;}); + l4 ([&]{trace << "skipping '" << p << "' in " << d;}); continue; } @@ -103,8 +103,8 @@ namespace bpkg // m.sha256sum = sha256 (o, a); - level4 ([&]{trace << m.name << " " << m.version << " in " << a - << " sha256sum " << *m.sha256sum;}); + l4 ([&]{trace << m.name << " " << m.version << " in " << a + << " sha256sum " << *m.sha256sum;}); // Add package archive location relative to the repository root. // @@ -146,13 +146,13 @@ namespace bpkg if (d.empty ()) throw invalid_path (d.string ()); - level4 ([&]{trace << "creating repository in " << d;}); + l4 ([&]{trace << "creating repository in " << d;}); // Load the 'repositories' file to make sure it is there and // is valid. // repository_manifests rms (fetch_repositories (d, o.ignore_unknown ())); - level4 ([&]{trace << rms.size () - 1 << " prerequisite repository(s)";}); + l4 ([&]{trace << rms.size () - 1 << " prerequisite repository(s)";}); // While we could have serialized as we go along, the order of // packages will be pretty much random and not reproducible. By -- cgit v1.1