gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-exchange] branch master updated: be less verbose


From: gnunet
Subject: [GNUnet-SVN] [taler-exchange] branch master updated: be less verbose
Date: Wed, 01 Nov 2017 10:41:49 +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 07e1155  be less verbose
07e1155 is described below

commit 07e115531b7990937c8597cf71a0cf4d5ea3f0e7
Author: Christian Grothoff <address@hidden>
AuthorDate: Wed Nov 1 10:41:45 2017 +0100

    be less verbose
---
 src/exchange/taler-exchange-httpd_keystate.c | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/exchange/taler-exchange-httpd_keystate.c 
b/src/exchange/taler-exchange-httpd_keystate.c
index 07ccd61..be87f6d 100644
--- a/src/exchange/taler-exchange-httpd_keystate.c
+++ b/src/exchange/taler-exchange-httpd_keystate.c
@@ -677,7 +677,7 @@ reload_keys_denom_iter (void *cls,
   expire_deposit = GNUNET_TIME_absolute_ntoh 
(dki->issue.properties.expire_deposit);
   if (expire_deposit.abs_value_us < now.abs_value_us)
   {
-    GNUNET_log (GNUNET_ERROR_TYPE_INFO,
+    GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
                 "Skipping expired denomination key `%s'\n",
                 alias);
     return GNUNET_OK;
@@ -729,7 +729,7 @@ reload_keys_denom_iter (void *cls,
   start = GNUNET_TIME_absolute_ntoh (dki->issue.properties.start);
   if (start.abs_value_us > horizon.abs_value_us)
   {
-    GNUNET_log (GNUNET_ERROR_TYPE_INFO,
+    GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
                 "Skipping future denomination key `%s' (%s), validity starts 
at %s\n",
                 alias,
                GNUNET_h2s (&dki->issue.properties.denom_hash),
@@ -814,7 +814,7 @@ reload_keys_sign_iter (void *cls,
   if (GNUNET_TIME_absolute_ntoh (ski->issue.start).abs_value_us >
       horizon.abs_value_us)
   {
-    GNUNET_log (GNUNET_ERROR_TYPE_INFO,
+    GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
                 "Skipping future signing key `%s'\n",
                 filename);
     return GNUNET_OK;
@@ -823,7 +823,7 @@ reload_keys_sign_iter (void *cls,
   if (GNUNET_TIME_absolute_ntoh (ski->issue.expire).abs_value_us <
       now.abs_value_us)
   {
-    GNUNET_log (GNUNET_ERROR_TYPE_INFO,
+    GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
                 "Skipping expired signing key `%s'\n",
                 filename);
     return GNUNET_OK;

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



reply via email to

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