diff options
author | Werner Koch <wk@gnupg.org> | 2022-08-03 11:11:22 +0200 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2022-08-03 11:11:22 +0200 |
commit | 4ef8516a79f96c6a8898f04831d61c2655f756ef (patch) | |
tree | 244c204f56d585b64de079410e38c98c7515a531 /doc | |
parent | dirmngr: Fix failed malloc error message. (diff) | |
download | gnupg2-4ef8516a79f96c6a8898f04831d61c2655f756ef.tar.xz gnupg2-4ef8516a79f96c6a8898f04831d61c2655f756ef.zip |
common: Silence warnings from AllowSetForegroundWindow.
* common/sysutils.c (gnupg_allow_set_foregound_window): Print warning
only with debug flag set.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/gpg.texi | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/gpg.texi b/doc/gpg.texi index ca5a4c4de..5c5bab6e5 100644 --- a/doc/gpg.texi +++ b/doc/gpg.texi @@ -3954,6 +3954,12 @@ Operation is further controlled by a few environment variables: under operating systems without proper support to figure out the name of a process' text file. + @item GNUPG_EXEC_DEBUG_FLAGS + @efindex GNUPG_EXEC_DEBUG_FLAGS + This variable allows to enable diagnostics for process management. + A numeric decimal value is expected. Bit 0 enables general + diagnostics, bit 1 enables certain warnings on Windows. + @end table When calling the gpg-agent component @command{@gpgname} sends a set of |