From b67bde83bb1174afdec61a136fc12ae7a90ed1a9 Mon Sep 17 00:00:00 2001 From: Pavel Emelyanov Date: Wed, 11 Nov 2015 19:03:09 +0300 Subject: [PATCH] collect: Print info about collection finish Signed-off-by: Pavel Emelyanov --- seize.c | 2 ++ 1 file changed, 2 insertions(+) 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