aboutsummaryrefslogtreecommitdiffstats
path: root/agent/protect.c
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2009-12-15 11:03:17 +0000
committerWerner Koch <[email protected]>2009-12-15 11:03:17 +0000
commit34baa18187d51ff54bd44e46cea8c997046f58ff (patch)
tree9f67c94a59d6aeff040a2f84a40ad75488dd50ba /agent/protect.c
parentFix bug#1162: error creating home directory (diff)
downloadgnupg-34baa18187d51ff54bd44e46cea8c997046f58ff.tar.gz
gnupg-34baa18187d51ff54bd44e46cea8c997046f58ff.zip
Do not use the VMC C reserved word readonly.
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;