From 8749eeea8723196fa38a9eb7917775cfe8b87ad7 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 22 Nov 2016 12:09:27 +0200 Subject: Use diagnostics facility from libbutl --- bpkg/manifest-utility.cxx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'bpkg/manifest-utility.cxx') diff --git a/bpkg/manifest-utility.cxx b/bpkg/manifest-utility.cxx index 41215cf..95b0089 100644 --- a/bpkg/manifest-utility.cxx +++ b/bpkg/manifest-utility.cxx @@ -78,7 +78,6 @@ namespace bpkg } catch (const invalid_argument& e) { - error << "invalid repository location '" << s << "': " << e.what (); - throw failed (); + fail << "invalid repository location '" << s << "': " << e.what () << endf; } } -- cgit v1.1