diff options
Diffstat (limited to 'src/exchange-tools/taler-exchange-keycheck.c')
-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 e91ab34ff..2c2ebcf9f 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, | |||
180 | alias); | 180 | alias); |
181 | return GNUNET_SYSERR; | 181 | return GNUNET_SYSERR; |
182 | } | 182 | } |
183 | printf ("Denomination key `%s' is valid\n", | 183 | printf ("Denomination key `%s' (%s) is valid\n", |
184 | alias); | 184 | alias, |
185 | GNUNET_h2s (&hc)); | ||
185 | 186 | ||
186 | return GNUNET_OK; | 187 | return GNUNET_OK; |
187 | } | 188 | } |