diff options
author | David Shaw <dshaw@jabberwocky.com> | 2002-09-24 23:20:48 +0200 |
---|---|---|
committer | David Shaw <dshaw@jabberwocky.com> | 2002-09-24 23:20:48 +0200 |
commit | 7ad7f453c0e93133d5f958f9906d58db535b59c2 (patch) | |
tree | f56498a33e60b5a4f53faafd0bf47e6ec55e0048 /g10/keyring.c | |
parent | * http.c (connect_server): Try all A records for names with multiple (diff) | |
download | gnupg2-7ad7f453c0e93133d5f958f9906d58db535b59c2.tar.xz gnupg2-7ad7f453c0e93133d5f958f9906d58db535b59c2.zip |
* import.c (import_keys_stream): Fix compiler type warning.
* keyring.c (keyring_rebuild_cache), sig-check.c (check_key_signature2),
import.c (import, chk_self_sigs): Minor language cleanups.
Diffstat (limited to 'g10/keyring.c')
-rw-r--r-- | g10/keyring.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/keyring.c b/g10/keyring.c index b084aa8af..3160b1c37 100644 --- a/g10/keyring.c +++ b/g10/keyring.c @@ -1374,7 +1374,7 @@ keyring_rebuild_cache (void *token) goto leave; if ( !(++count % 50) && !opt.quiet) - log_info(_("%lu keys so far checked (%lu signatures)\n"), + log_info(_("%lu keys checked so far (%lu signatures)\n"), count, sigcount ); } /* end main loop */ |