aboutsummaryrefslogtreecommitdiffstats
path: root/g10/import.c
diff options
context:
space:
mode:
authorDavid Shaw <[email protected]>2003-10-14 23:30:14 +0000
committerDavid Shaw <[email protected]>2003-10-14 23:30:14 +0000
commit6ad91b2b3aca82f810f33c4f41ba84e0617a1c6f (patch)
treea3ed28ddb50153e5cd40d47d0abf036489c15a69 /g10/import.c
parent* keyedit.c (show_key_with_all_names): Ownertrust is only meaningful for (diff)
downloadgnupg-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 '')
-rw-r--r--g10/import.c4
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 ",