diff options
author | Werner Koch <[email protected]> | 2005-07-26 15:41:04 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2005-07-26 15:41:04 +0000 |
commit | 862652ebe1a892f7d5396a9da3659122b327706a (patch) | |
tree | e70222b4768451ed316d1278ac6c53801da73356 /g10/import.c | |
parent | * keyedit.c (sign_uids): Don't prompt for setting signature expiry to (diff) | |
download | gnupg-862652ebe1a892f7d5396a9da3659122b327706a.tar.gz gnupg-862652ebe1a892f7d5396a9da3659122b327706a.zip |
Preparing a release
Diffstat (limited to 'g10/import.c')
-rw-r--r-- | g10/import.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/g10/import.c b/g10/import.c index 0953ade44..8c96e5a6a 100644 --- a/g10/import.c +++ b/g10/import.c @@ -625,8 +625,7 @@ check_prefs(KBNODE keyblock) } } -#warning DEBUG CODE ENABLED - if(problem || getenv ("FOOBAR")) + if(problem) { log_info(_("it is strongly suggested that you update" " your preferences and\n")); |