Skip to content

Commit

Permalink
Print number of upgrade candidates.
Browse files Browse the repository at this point in the history
  • Loading branch information
vstakhov committed Aug 6, 2014
1 parent d5c2ed0 commit 816c5e4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion libpkg/pkg_jobs.c
Expand Up @@ -1335,7 +1335,8 @@ jobs_solve_install_upgrade(struct pkg_jobs *j)

candidates = pkg_jobs_find_install_candidates(j, &jcount);

pkg_emit_progress_start("Checking for upgrades");
pkg_emit_progress_start("Checking for upgrades (%zd candidates)",
jcount);

LL_FOREACH(candidates, c) {
pkg_emit_progress_tick(++elt_num, jcount);
Expand Down

0 comments on commit 816c5e4

Please sign in to comment.