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,
)
.or_else(|_| {
debug!("fetching with libgit2 failed, trying the git command");
fetch_with_strategy(
repo,
remote_url,