Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
derickdiaz committed Jan 24, 2024
1 parent ff15c92 commit ebbab2d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dnf5/commands/download/download.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,8 @@ void DownloadCommand::run() {
}
for (auto & [nerva, pkg] : download_pkgs) {
auto urls = pkg.get_remote_locations(urlprotocol_option);
std::cout << urls.empty() << std::endl;
std::count << urls.size() << std::endl;
if (urls.empty()) {
ctx.base.get_logger()->warning("Failed to get mirror for package: \"{}\"", pkg.get_name());
continue;
Expand Down

0 comments on commit ebbab2d

Please sign in to comment.