From eabb18a6fce0e9c2db58f011f5d6b71937744f78 Mon Sep 17 00:00:00 2001 From: Sam Leffler Date: Mon, 24 Mar 2003 17:36:50 +0000 Subject: add missing %u to show mcr1full count --- tools/tools/crypto/ubsecstats.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/tools/crypto/ubsecstats.c b/tools/tools/crypto/ubsecstats.c index 762f687b8cb5..ebf7c526acba 100644 --- a/tools/tools/crypto/ubsecstats.c +++ b/tools/tools/crypto/ubsecstats.c @@ -59,7 +59,7 @@ main(int argc, char *argv[]) stats.hst_noload, stats.hst_nomcl); printf("totbatch %u maxbatch %u\n", stats.hst_totbatch, stats.hst_maxbatch); - printf("maxqueue %u maxqchip %u mcr1full\n", + printf("maxqueue %u maxqchip %u mcr1full %u\n", stats.hst_maxqueue, stats.hst_maxqchip, stats.hst_mcr1full); printf("rng %u modexp %u moexpcrt %u\n", stats.hst_rng, stats.hst_modexp, stats.hst_modexpcrt); -- cgit v1.3