aboutsummaryrefslogtreecommitdiffstats
path: root/agent/protect.c
diff options
context:
space:
mode:
Diffstat (limited to 'agent/protect.c')
-rw-r--r--agent/protect.c2
1 files changed, 1 insertions, 1 deletions
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;