diff options
Diffstat (limited to 'bpkg/pkg-status.cxx')
-rw-r--r-- | bpkg/pkg-status.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bpkg/pkg-status.cxx b/bpkg/pkg-status.cxx index 27e9780..a5eab3e 100644 --- a/bpkg/pkg-status.cxx +++ b/bpkg/pkg-status.cxx @@ -46,7 +46,7 @@ namespace bpkg } } - database db (open (c)); + database db (open (c, trace)); transaction t (db.begin ()); using query = odb::query<package>; |