From 0305f819cfa249df47ba5e78d87a4a501a58da70 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Fri, 9 Aug 2019 18:55:57 +0300 Subject: Print information messages instead of warnings prior to git repository deep/dumb fetching --- bpkg/fetch-git.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'bpkg') diff --git a/bpkg/fetch-git.cxx b/bpkg/fetch-git.cxx index 43758b3..28557f8 100644 --- a/bpkg/fetch-git.cxx +++ b/bpkg/fetch-git.cxx @@ -1540,12 +1540,12 @@ namespace bpkg dr << " in '" << dir.posix_string () << "'"; // Is used by tests. } - // Print warnings prior to the deep fetching. + // Print information messages prior to the deep fetching. // if (fetch_deep) { { - diag_record dr (warn); + diag_record dr (info); dr << "fetching whole " << (fetch_repo ? "repository" : "reference") << " history"; @@ -1560,7 +1560,7 @@ namespace bpkg } if (caps () == capabilities::dumb) - warn << "no progress will be shown (dumb HTTP)"; + info << "no progress will be shown (dumb HTTP)"; } } -- cgit v1.1