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 ebbab2d commit 442b47d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dnf5/commands/download/download.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ 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;
std::cout << 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 442b47d

Please sign in to comment.