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/fetch.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bpkg/fetch.cxx') diff --git a/bpkg/fetch.cxx b/bpkg/fetch.cxx index 257d903..9a5c74a 100644 --- a/bpkg/fetch.cxx +++ b/bpkg/fetch.cxx @@ -64,14 +64,14 @@ namespace bpkg if (p != s.size () && s[p] == '.') wget_minor = static_cast (stoul (string (s, p + 1))); - level4 ([&]{trace << "version " << wget_major << '.' << wget_minor;}); + l4 ([&]{trace << "version " << wget_major << '.' << wget_minor;}); } catch (const std::exception&) { wget_major = 0; wget_minor = 0; - level4 ([&]{trace << "unable to extract version from '" << l << "'";}); + l4 ([&]{trace << "unable to extract version from '" << l << "'";}); } return pr.wait (); -- cgit v1.1