From 34baa18187d51ff54bd44e46cea8c997046f58ff Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Tue, 15 Dec 2009 11:03:17 +0000 Subject: Do not use the VMC C reserved word readonly. --- agent/protect.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'agent') diff --git a/agent/protect.c b/agent/protect.c index 6333a154b..d5bb982af 100644 --- a/agent/protect.c +++ b/agent/protect.c @@ -161,7 +161,7 @@ calibrate_s2k_count (void) if (opt.verbose) { ms = calibrate_s2k_count_one (count); - log_info ("S2K calibration: %lu iterations for %lums\n", count, ms); + log_info ("S2K calibration: %lu -> %lums\n", count, ms); } return count; -- cgit v1.2.3