diff options
Diffstat (limited to 'src/auditor')
| -rw-r--r-- | src/auditor/report-lib.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/src/auditor/report-lib.c b/src/auditor/report-lib.c index cc1b48b6..e6468f69 100644 --- a/src/auditor/report-lib.c +++ b/src/auditor/report-lib.c @@ -151,7 +151,7 @@ add_denomination (                         &issue->value);      GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,                  "Tracking denomination `%s' (%s)\n", -                GNUNET_h2s (&issue->denom_hash), +                GNUNET_h2s (&issue->denom_hash.hash),                  TALER_amount2s (&value));      TALER_amount_ntoh (&value,                         &issue->fee_withdraw);  | 
