diff options
author | Werner Koch <[email protected]> | 2001-01-30 11:01:41 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2001-01-30 11:01:41 +0000 |
commit | e318473836e3a3231fe0213d9e6b0a47ac816171 (patch) | |
tree | 343ec7b6a54243afdd26769dd968c0d3144568d1 /tests/t-keylist.c | |
parent | Some new but untested functions (diff) | |
download | gpgme-e318473836e3a3231fe0213d9e6b0a47ac816171.tar.gz gpgme-e318473836e3a3231fe0213d9e6b0a47ac816171.zip |
Add better debug printing. Use reader threads for W32
Diffstat (limited to '')
-rw-r--r-- | tests/t-keylist.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/t-keylist.c b/tests/t-keylist.c index 978174f3..fb7b79d5 100644 --- a/tests/t-keylist.c +++ b/tests/t-keylist.c @@ -68,6 +68,7 @@ doit ( GpgmeCtx ctx, const char *pattern ) s = gpgme_key_get_string_attr (key, GPGME_ATTR_COMMENT, NULL, i ); printf ("<!-- comment.%d=%s -->\n", i, s ); } + printf ("<!-- End key object (%p) -->\n", key ); gpgme_key_release (key); } |