From 3f862d38bd9be90ada17234e0040768b99f39e13 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Tue, 3 Oct 2023 12:14:34 +0300 Subject: Sidestep pkg-build tests bus error on macos/homebrew --- bpkg/diagnostics.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bpkg') diff --git a/bpkg/diagnostics.cxx b/bpkg/diagnostics.cxx index 9232d93..cf096d1 100644 --- a/bpkg/diagnostics.cxx +++ b/bpkg/diagnostics.cxx @@ -103,7 +103,7 @@ namespace bpkg void trace_mark_base:: execute (odb::connection&, const char* stmt) { - if (verb >= 5) + if (verb >= 6) static_cast (*this) << stmt; } -- cgit v1.1