summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/buildtool/file_system/git_repo.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/buildtool/file_system/git_repo.cpp b/src/buildtool/file_system/git_repo.cpp
index 0aba51a2..d2cec500 100644
--- a/src/buildtool/file_system/git_repo.cpp
+++ b/src/buildtool/file_system/git_repo.cpp
@@ -162,6 +162,7 @@ constexpr std::size_t kOIDHexSize{GIT_OID_HEXSZ};
return 1; // return >=0 on success, 1 == skip subtrees (flat)
}
}
+ Logger::Log(LogLevel::Error, "failed walk for git tree entry: {}", name);
return -1; // fail
}