diff options
author | Christian Grothoff <grothoff@gnunet.org> | 2024-08-01 21:05:28 +0200 |
---|---|---|
committer | Christian Grothoff <grothoff@gnunet.org> | 2024-08-01 21:05:28 +0200 |
commit | a33307ffc8351172fcdbddbd65fd255109719b5e (patch) | |
tree | b178e50a4c83e9cddda9f22200dc5da1322d5699 /src/auditor/report-lib.c | |
parent | 56f114995ab90c23b72900d9209510bebd707809 (diff) |
doxygen fixes
Diffstat (limited to 'src/auditor/report-lib.c')
-rw-r--r-- | src/auditor/report-lib.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/auditor/report-lib.c b/src/auditor/report-lib.c index 773f11415..f5aa05230 100644 --- a/src/auditor/report-lib.c +++ b/src/auditor/report-lib.c @@ -316,7 +316,8 @@ transact (TALER_ARL_Analysis analysis, else { GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, - "Processing failed (or no changes), rolling back transaction\n"); + "Processing failed (or no changes), rolling back transaction\n") + ; TALER_ARL_adb->rollback (TALER_ARL_adb->cls); TALER_ARL_edb->rollback (TALER_ARL_edb->cls); } |