aboutsummaryrefslogtreecommitdiff
path: root/bpkg/database.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'bpkg/database.cxx')
-rw-r--r--bpkg/database.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/bpkg/database.cxx b/bpkg/database.cxx
index 418265c..c5b17a8 100644
--- a/bpkg/database.cxx
+++ b/bpkg/database.cxx
@@ -98,8 +98,7 @@ namespace bpkg
}
catch (const database_exception& e)
{
- error << f << ": " << e.message ();
- throw failed ();
+ fail << f << ": " << e.message () << endf;
}
}
}