xenpaging: print number of evicted pages
authorOlaf Hering <olaf@aepfle.de>
Tue, 14 Dec 2010 18:49:40 +0000 (18:49 +0000)
committerOlaf Hering <olaf@aepfle.de>
Tue, 14 Dec 2010 18:49:40 +0000 (18:49 +0000)
Print number of evicted pages after evict loop.

Signed-off-by: Olaf Hering <olaf@aepfle.de>
Signed-off-by: Ian Jackson <ian.jackson@eu.citrix.com>
tools/xenpaging/xenpaging.c

index 76f0579616aef3510a462fca4397cce0f20b12b4..2e0c8bd65f191cf4911e9936020aeee29d976161 100644 (file)
@@ -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 )