diff options
author | Werner Koch <[email protected]> | 2006-04-03 10:13:23 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2006-04-03 10:13:23 +0000 |
commit | 256f67675f84ee02d842d14c93bfc8d6383b65b1 (patch) | |
tree | f1df73e6997df666dc3d97db1b590babe98a4750 /g10/import.c | |
parent | * getkey.c (get_pubkey_byname): Fix missing auto_key_retrieve unlock. (diff) | |
download | gnupg-1.4.3.tar.gz gnupg-1.4.3.zip |
About to release 1.4.3gnupg-1.4.3
Diffstat (limited to 'g10/import.c')
-rw-r--r-- | g10/import.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/g10/import.c b/g10/import.c index 4ccdf5a40..3b7fa5e72 100644 --- a/g10/import.c +++ b/g10/import.c @@ -563,9 +563,8 @@ print_import_check (PKT_public_key * pk, PKT_user_id * id) static void check_prefs_warning(PKT_public_key *pk) { - log_info(_("WARNING: key %s contains preferences for unavailable\n"), - keystr_from_pk(pk)); - log_info(_("algorithms on these user IDs:\n")); + log_info(_("WARNING: key %s contains preferences for unavailable\n" + "algorithms on these user IDs:\n"), keystr_from_pk(pk)); } static void |