tests: Print auditlog in plain text format.
* tests/gpgsm/t-verify.c (show_auditlog): Use plain text format. -- The HTML output is not very helpful on the console and a pain to the eyes.
This commit is contained in:
parent
e99356306d
commit
18254f88f8
@ -118,7 +118,7 @@ show_auditlog (gpgme_ctx_t ctx)
|
||||
|
||||
err = gpgme_data_new (&data);
|
||||
fail_if_err (err);
|
||||
err = gpgme_op_getauditlog (ctx, data, GPGME_AUDITLOG_HTML);
|
||||
err = gpgme_op_getauditlog (ctx, data, 0);
|
||||
if (err)
|
||||
{
|
||||
fprintf (stderr, "%s:%i: Can't get audit log: %s\n",
|
||||
|
Loading…
Reference in New Issue
Block a user