Index: benchmark/io/http/filecache.cfa
===================================================================
--- benchmark/io/http/filecache.cfa	(revision 40a64f782b24523f3f988e5840614a7ea295c874)
+++ benchmark/io/http/filecache.cfa	(revision 58ca0a0a1dcf0c570f0dae338ef16d0901d96fe7)
@@ -185,5 +185,5 @@
 	sout | "Filled cache from path \"" | path | "\" with" | fcount | "files";
 	if( conflicts > 0 ) {
-		sout | "Found" | conflicts | "conflicts (seed: " | options.file_cache.hash_seed | ")";
+		sout | "Found" | conflicts | "conflicts (size: " | file_cache.size | ", seed: " | options.file_cache.hash_seed | ")";
 		#if defined(REJECT_CONFLICTS)
 			abort("Conflicts found in the cache");
