diff options
author | David Shaw <[email protected]> | 2003-10-14 23:30:14 +0000 |
---|---|---|
committer | David Shaw <[email protected]> | 2003-10-14 23:30:14 +0000 |
commit | 6ad91b2b3aca82f810f33c4f41ba84e0617a1c6f (patch) | |
tree | a3ed28ddb50153e5cd40d47d0abf036489c15a69 /g10/import.c | |
parent | * keyedit.c (show_key_with_all_names): Ownertrust is only meaningful for (diff) | |
download | gnupg-6ad91b2b3aca82f810f33c4f41ba84e0617a1c6f.tar.gz gnupg-6ad91b2b3aca82f810f33c4f41ba84e0617a1c6f.zip |
* import.c (import_one): Show the keyid when giving the Elgamal slow
import warning.
* g10.c (main): Older versions used --comment "" to indicate no comment.
Don't add an empty comment.
Diffstat (limited to 'g10/import.c')
-rw-r--r-- | g10/import.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/g10/import.c b/g10/import.c index 8d94c3967..80b4f6749 100644 --- a/g10/import.c +++ b/g10/import.c @@ -560,8 +560,8 @@ import_one( const char *fname, KBNODE keyblock, uidnode = find_next_kbnode( keyblock, PKT_USER_ID ); if(pk->pubkey_algo==PUBKEY_ALGO_ELGAMAL) - log_info(_("NOTE: Elgamal primary key detected - " - "this may take some time to import\n")); + log_info(_("key %08lX: Elgamal primary key -" + " this may take some time to import\n"),(ulong)keyid[1]); if( opt.verbose && !opt.interactive ) { log_info( "pub %4u%c/%08lX %s ", |