diff options
author | Werner Koch <[email protected]> | 2010-03-11 12:34:11 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2010-03-11 12:34:11 +0000 |
commit | 37870234a195fb76f36284ac4bdb5dc172078724 (patch) | |
tree | f65b4c42925edb20ff4149a977d12a4d31d432a0 /scd/command.c | |
parent | Change logging to use estream. The makes logging to a socket also (diff) | |
download | gnupg-37870234a195fb76f36284ac4bdb5dc172078724.tar.gz gnupg-37870234a195fb76f36284ac4bdb5dc172078724.zip |
Use a custom log handler for libassuan.
Diffstat (limited to '')
-rw-r--r-- | scd/command.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/scd/command.c b/scd/command.c index 2e7c5b998..fa1d46ce1 100644 --- a/scd/command.c +++ b/scd/command.c @@ -1947,9 +1947,6 @@ scd_command_handler (ctrl_t ctrl, int fd) ctrl->server_local->ctrl_backlink = ctrl; ctrl->server_local->assuan_ctx = ctx; - if (DBG_ASSUAN) - assuan_set_log_stream (ctx, log_get_stream ()); - /* We open the reader right at startup so that the ticker is able to update the status file. */ if (ctrl->reader_slot == -1) |