gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-exchange] branch master updated: fix format string


From: gnunet
Subject: [taler-exchange] branch master updated: fix format string
Date: Fri, 17 Jan 2020 23:02:57 +0100

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new 379d2617 fix format string
379d2617 is described below

commit 379d26176979670ba76aa680f962b41e9e91eb2f
Author: Christian Grothoff <address@hidden>
AuthorDate: Fri Jan 17 23:02:48 2020 +0100

    fix format string
---
 src/auditor/taler-auditor.c | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/src/auditor/taler-auditor.c b/src/auditor/taler-auditor.c
index 2453bca3..0a947727 100644
--- a/src/auditor/taler-auditor.c
+++ b/src/auditor/taler-auditor.c
@@ -5447,7 +5447,8 @@ run (void *cls,
                       " s:I, s:I, s:I, s:I, s:I,"
                       " s:I, s:I, s:I, s:I, s:I,"
                       " s:I, s:I, s:I, s:I, s:I,"
-                      " s:I, s:I, s:I, s:o, s:o }",
+                      " s:I, s:I, s:I, s:o, s:o,"
+                      " s:o }",
                       /* blocks of 5 for easier counting/matching to format 
string */
                       /* block */
                       "reserve_balance_insufficient_inconsistencies",
@@ -5616,6 +5617,7 @@ run (void *cls,
                       "auditor_end_time", json_string (
                         GNUNET_STRINGS_absolute_time_to_string (
                           GNUNET_TIME_absolute_get ())),
+                      /* block */
                       "total_irregular_paybacks",
                       TALER_JSON_from_amount (&total_irregular_paybacks)
                       );

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]