From e9b4f854dff90874a9009be8470f6e180fc60865 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 30 Apr 2018 15:18:41 +0200 Subject: Cleanup b and bpkg diagnostics verbosity --- bdep/fetch.cxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'bdep/fetch.cxx') diff --git a/bdep/fetch.cxx b/bdep/fetch.cxx index 26a0292..361b11a 100644 --- a/bdep/fetch.cxx +++ b/bdep/fetch.cxx @@ -20,7 +20,8 @@ namespace bdep // Let's use the repository name rather than the location as a sanity // check (the repository must have been added as part of init). // - run_bpkg (o, + run_bpkg (2, + o, "fetch", "-d", c->path, (full ? nullptr : ("dir:" + prj.string ()).c_str ())); -- cgit v1.1