diff options
author | Werner Koch <[email protected]> | 2009-12-15 11:03:17 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2009-12-15 11:03:17 +0000 |
commit | 34baa18187d51ff54bd44e46cea8c997046f58ff (patch) | |
tree | 9f67c94a59d6aeff040a2f84a40ad75488dd50ba /agent/protect.c | |
parent | Fix bug#1162: error creating home directory (diff) | |
download | gnupg-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.c | 2 |
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; |