diff options
Diffstat (limited to 'src/other_tools/root_maps/commit_git_map.cpp')
-rw-r--r-- | src/other_tools/root_maps/commit_git_map.cpp | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/src/other_tools/root_maps/commit_git_map.cpp b/src/other_tools/root_maps/commit_git_map.cpp index 2b89c819..f8a77d77 100644 --- a/src/other_tools/root_maps/commit_git_map.cpp +++ b/src/other_tools/root_maps/commit_git_map.cpp @@ -974,14 +974,8 @@ void EnsureCommit( return; } - // just serve should have made the tree available in - // the remote CAS, so log this attempt and revert to - // network - (*logger)(fmt::format("Tree {} marked as served, " - "but not found on remote", - root_tree_id), - /*fatal=*/false); - + // just serve did not make the tree available in + // the remote CAS, so fall back to network NetworkFetchAndSetPresentRoot( repo_info, repo_root, |