aboutsummaryrefslogtreecommitdiff
path: root/src/auditor/report-lib.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/auditor/report-lib.c')
-rw-r--r--src/auditor/report-lib.c3
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);
}