From 5487be65a6f493968c0e997d93bcd5c2d87158ef Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 14 Mar 2018 11:55:38 +0200 Subject: Add --no-result option to suppress printing informational messages --- bpkg/pkg-unpack.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bpkg/pkg-unpack.cxx') diff --git a/bpkg/pkg-unpack.cxx b/bpkg/pkg-unpack.cxx index 7472194..d9d54ea 100644 --- a/bpkg/pkg-unpack.cxx +++ b/bpkg/pkg-unpack.cxx @@ -447,7 +447,7 @@ namespace bpkg : pkg_unpack (c, t, move (n), move (v), o.replace ()); } - if (verb) + if (verb && !o.no_result ()) { if (!external) text << "unpacked " << *p; -- cgit v1.1