aboutsummaryrefslogtreecommitdiff
path: root/bdep/fetch.cxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2018-04-30 15:18:41 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2018-04-30 15:18:41 +0200
commite9b4f854dff90874a9009be8470f6e180fc60865 (patch)
tree7dbd2739774a3041a96c5aafd2f2e8ec94d066ef /bdep/fetch.cxx
parent0eed5982bbca328cc6319d36708d64a285160972 (diff)
Cleanup b and bpkg diagnostics verbosity
Diffstat (limited to 'bdep/fetch.cxx')
-rw-r--r--bdep/fetch.cxx3
1 files changed, 2 insertions, 1 deletions
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 ()));