gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] branch master updated: improve logging


From: gnunet
Subject: [taler-exchange] branch master updated: improve logging
Date: Tue, 26 Jan 2021 12:38:56 +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 6cd6582a improve logging
6cd6582a is described below

commit 6cd6582a4fd20aafcb595d52b506d2e2a973b2ee
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Tue Jan 26 12:38:54 2021 +0100

    improve logging
---
 src/lib/exchange_api_handle.c | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/src/lib/exchange_api_handle.c b/src/lib/exchange_api_handle.c
index ee7aea3f..553a44bf 100644
--- a/src/lib/exchange_api_handle.c
+++ b/src/lib/exchange_api_handle.c
@@ -1323,7 +1323,10 @@ parse_date_string (const char *date,
        ( (*end != '\n') &&
          (*end != '\r') ) )
   {
-    GNUNET_break_op (0);
+    GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
+                "Could not parse date input `%s', failure at `%s'\n",
+                date,
+                end);
     return GNUNET_SYSERR;
   }
   t = mktime (&now);

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