gnunet-svn
[Top][All Lists]
Advanced

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

[taler-taler-mdb] branch master updated: more logging


From: gnunet
Subject: [taler-taler-mdb] branch master updated: more logging
Date: Tue, 23 Jan 2024 10:50:09 +0100

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

grothoff pushed a commit to branch master
in repository taler-mdb.

The following commit(s) were added to refs/heads/master by this push:
     new 4107da9  more logging
4107da9 is described below

commit 4107da9ec692c45346fa4b97b97b5e8e8e4ee51b
Author: Christian Grothoff <grothoff@gnunet.org>
AuthorDate: Tue Jan 23 10:50:05 2024 +0100

    more logging
---
 src/taler-mdb.c | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/src/taler-mdb.c b/src/taler-mdb.c
index 3d8d573..02620d3 100644
--- a/src/taler-mdb.c
+++ b/src/taler-mdb.c
@@ -968,8 +968,9 @@ show_error (const char *err_type)
   stop_advertising ();
   hide_error (); /* just to be sure */
   GNUNET_log (GNUNET_ERROR_TYPE_INFO,
-              "Showing error `%s'\n",
-              err_type);
+              "Showing error `%s' using `%s'\n",
+              err_type,
+              err_process_command);
   if (NULL == err_process_command)
   {
     return;
@@ -977,6 +978,7 @@ show_error (const char *err_type)
   err_child = start_command (err_process_command,
                              err_type,
                              NULL);
+  GNUNET_break (NULL != err_child);
 }
 
 

-- 
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]