1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-02 22:46:30 +02:00

* gpg.sgml (http):

* g10.c, options.h: New option --exit-on-status-write-error.
* status.c (write_status_text): Make use of this option.
This commit is contained in:
Werner Koch 2005-07-22 16:28:40 +00:00
parent 04b9cec18f
commit a486501c0b
15 changed files with 93 additions and 39 deletions

View file

@ -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"));