diff options
author | Werner Koch <wk@gnupg.org> | 2009-02-25 11:58:56 +0100 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2009-02-25 11:58:56 +0100 |
commit | 618afc4231521cfcf74c667c9edf6fdc47b8ffe1 (patch) | |
tree | 3468662f7fe8946795ed4ded198b53f21f458b79 /doc/scdaemon.texi | |
parent | Better debug output. (diff) | |
download | gnupg2-618afc4231521cfcf74c667c9edf6fdc47b8ffe1.tar.xz gnupg2-618afc4231521cfcf74c667c9edf6fdc47b8ffe1.zip |
Fixed a nasty bug in scdaemon which led to a card reset if the card was
inserted during scdaemon startup and a connection was made before the
ticker had a chance to run. Add some stuff for better debugging.
Diffstat (limited to 'doc/scdaemon.texi')
-rw-r--r-- | doc/scdaemon.texi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/scdaemon.texi b/doc/scdaemon.texi index 99716db79..61671f441 100644 --- a/doc/scdaemon.texi +++ b/doc/scdaemon.texi @@ -205,6 +205,10 @@ aborts. For debugging purposes it is sometimes better to allow core dump. This options enables it and also changes the working directory to @file{/tmp} when running in @option{--server} mode. +@item --debug-log-tid +@opindex debug-log-tid +This option appends a thread ID to the PID in the log output. + @item --no-detach @opindex no-detach |