diff --git a/seize.c b/seize.c index 5ad7ce9c3..943f9d130 100644 --- a/seize.c +++ b/seize.c @@ -462,6 +462,8 @@ static int collect_loop(struct pstree_item *item, nr_inprogress = collect(item); } + pr_info("Collected (%d attempts, %d in_progress)\n", attempts, nr_inprogress); + /* * We may fail to collect items or run out of attempts. * In the former case nr_inprogress will be negative, in