gnunet-svn
[Top][All Lists]
Advanced

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

[taler-anastasis] branch master updated: move to production setting


From: gnunet
Subject: [taler-anastasis] branch master updated: move to production setting
Date: Fri, 19 Mar 2021 12:34:07 +0100

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

grothoff pushed a commit to branch master
in repository anastasis.

The following commit(s) were added to refs/heads/master by this push:
     new 0a57a3a  move to production setting
0a57a3a is described below

commit 0a57a3a322ad0527b66941033f35cf913b191fe9
Author: Christian Grothoff <grothoff@gnunet.org>
AuthorDate: Fri Mar 19 12:34:04 2021 +0100

    move to production setting
---
 src/cli/anastasis-cli-redux.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/cli/anastasis-cli-redux.c b/src/cli/anastasis-cli-redux.c
index bd81d93..bab0afe 100644
--- a/src/cli/anastasis-cli-redux.c
+++ b/src/cli/anastasis-cli-redux.c
@@ -96,7 +96,7 @@ persist_new_state (json_t *state,
     if (0 !=
         json_dump_file (state,
                         filename,
-                        JSON_INDENT (2))) /* fixme: maybe use JSON_COMPACT for 
production? */
+                        JSON_COMPACT))
     {
       GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
                   "Could not dump state to `%s'\n",
@@ -107,7 +107,7 @@ persist_new_state (json_t *state,
   }
   {
     char *state_str = json_dumps (state,
-                                  JSON_INDENT (2)); /* fixme: maybe use 
JSON_COMPACT for production? */
+                                  JSON_COMPACT);
     if (-1 >=
         fprintf (stdout,
                  "%s",

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

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