Restore debug log

This commit is contained in:
Zanie 2024-02-20 17:30:11 -06:00
parent d5b7a7c2d9
commit 54b4a9dabb
1 changed files with 1 additions and 0 deletions

View File

@ -1002,6 +1002,7 @@ pub(crate) fn fetch(
tags, tags,
) )
.or_else(|_| { .or_else(|_| {
debug!("fetching with libgit2 failed, trying the git command");
fetch_with_strategy( fetch_with_strategy(
repo, repo,
remote_url, remote_url,