summaryrefslogtreecommitdiff
path: root/src/other_tools/git_operations
diff options
context:
space:
mode:
authorOliver Reiche <oliver.reiche@huawei.com>2024-03-01 13:42:38 +0100
committerOliver Reiche <oliver.reiche@huawei.com>2024-03-08 14:18:43 +0100
commit197dffc50bed5bce87c142891eee616549670c84 (patch)
tree77b74bffe4a8ed4e3e60950f4f5f780e2eb13a16 /src/other_tools/git_operations
parent274ee28fb5d8d5dea123eaa9fc51fd83eeda145a (diff)
downloadjustbuild-197dffc50bed5bce87c142891eee616549670c84.tar.gz
just-mr: Report fetch URLs on debug level
Diffstat (limited to 'src/other_tools/git_operations')
-rw-r--r--src/other_tools/git_operations/git_repo_remote.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/other_tools/git_operations/git_repo_remote.cpp b/src/other_tools/git_operations/git_repo_remote.cpp
index 706eedae..a64a6de5 100644
--- a/src/other_tools/git_operations/git_repo_remote.cpp
+++ b/src/other_tools/git_operations/git_repo_remote.cpp
@@ -545,6 +545,7 @@ auto GitRepoRemote::FetchViaTmpRepo(std::string const& repo_url,
auto const& tmp_path = tmp_dir->GetPath();
// check for internally supported protocols
if (IsSupported(repo_url)) {
+ Logger::Log(LogLevel::Debug, "Try fetch from URL {}", repo_url);
// preferably with a "fake" repository!
if (not IsRepoFake()) {
Logger::Log(LogLevel::Debug,