diff options
| -rw-r--r-- | src/exchange-tools/taler-exchange-keycheck.c | 5 | 
1 files changed, 3 insertions, 2 deletions
| diff --git a/src/exchange-tools/taler-exchange-keycheck.c b/src/exchange-tools/taler-exchange-keycheck.c index e91ab34f..2c2ebcf9 100644 --- a/src/exchange-tools/taler-exchange-keycheck.c +++ b/src/exchange-tools/taler-exchange-keycheck.c @@ -180,8 +180,9 @@ denomkeys_iter (void *cls,               alias);      return GNUNET_SYSERR;    } -  printf ("Denomination key `%s' is valid\n", -          alias); +  printf ("Denomination key `%s' (%s) is valid\n", +          alias, +          GNUNET_h2s (&hc));    return GNUNET_OK;  } | 
