Print number of evicted pages after evict loop. Signed-off-by: Olaf Hering --- tools/xenpaging/xenpaging.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- xen-unstable.hg-4.1.22459.orig/tools/xenpaging/xenpaging.c +++ xen-unstable.hg-4.1.22459/tools/xenpaging/xenpaging.c @@ -583,7 +583,7 @@ int main(int argc, char *argv[]) DPRINTF("%d pages evicted\n", i); } - DPRINTF("pages evicted\n"); + DPRINTF("%d pages evicted. Done.\n", i); /* Swap pages in and out */ while ( !interrupted )