Commit b67bde83 authored by Pavel Emelyanov's avatar Pavel Emelyanov

collect: Print info about collection finish

Signed-off-by: 's avatarPavel Emelyanov <xemul@parallels.com>
parent a0470e9b
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment