summaryrefslogtreecommitdiff
path: root/src/other_tools/git_operations/git_repo_remote.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/other_tools/git_operations/git_repo_remote.cpp')
-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,