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/pkg-unpack.cxx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'bpkg/pkg-unpack.cxx') diff --git a/bpkg/pkg-unpack.cxx b/bpkg/pkg-unpack.cxx index e3cc499..8eedb1c 100644 --- a/bpkg/pkg-unpack.cxx +++ b/bpkg/pkg-unpack.cxx @@ -39,7 +39,7 @@ namespace bpkg // Verify the directory is a package and get its manifest. // package_manifest m (pkg_verify (d, true)); - level4 ([&]{trace << d << ": " << m.name << " " << m.version;}); + l4 ([&]{trace << d << ": " << m.name << " " << m.version;}); // Make the package and configuration paths absolute and normalized. // If the package is inside the configuration, use the relative path. @@ -132,7 +132,7 @@ namespace bpkg fail << "package " << name << " is " << p->state << info << "expected it to be fetched"; - level4 ([&]{trace << p->name << " " << p->version;}); + l4 ([&]{trace << p->name << " " << p->version;}); assert (p->archive); // Should have archive in the fetched state. @@ -141,7 +141,7 @@ namespace bpkg // path a (p->archive->absolute () ? *p->archive : c / *p->archive); - level4 ([&]{trace << "archive: " << a;}); + l4 ([&]{trace << "archive: " << a;}); // Extract the package directory. Currently we always extract it // into the configuration directory. But once we support package @@ -222,7 +222,7 @@ namespace bpkg fail << "--replace|-r can only be specified with --existing|-e"; const dir_path& c (o.directory ()); - level4 ([&]{trace << "configuration: " << c;}); + l4 ([&]{trace << "configuration: " << c;}); database db (open (c, trace)); transaction t (db.begin ()); -- cgit v1.1