aboutsummaryrefslogtreecommitdiff
path: root/bpkg/fetch.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'bpkg/fetch.cxx')
-rw-r--r--bpkg/fetch.cxx4
1 files changed, 2 insertions, 2 deletions
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<uint16_t> (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 ();