diff options
Diffstat (limited to 'g10/import.c')
-rw-r--r-- | g10/import.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/g10/import.c b/g10/import.c index 8c96e5a6a..0953ade44 100644 --- a/g10/import.c +++ b/g10/import.c @@ -625,7 +625,8 @@ check_prefs(KBNODE keyblock) } } - if(problem) +#warning DEBUG CODE ENABLED + if(problem || getenv ("FOOBAR")) { log_info(_("it is strongly suggested that you update" " your preferences and\n")); |