commit 06091b0a45b26ccf8939825bfa209a17539ddbac
parent 9d78031799dbb0485550e69b9bc7f47970ce362a
Author: Florian Dold <florian.dold@gmail.com>
Date: Fri, 22 Apr 2016 18:42:34 +0200
logging
Diffstat:
1 file changed, 7 insertions(+), 0 deletions(-)
diff --git a/src/backend/taler-merchant-httpd_exchanges.c b/src/backend/taler-merchant-httpd_exchanges.c
@@ -545,6 +545,13 @@ parse_exchanges (void *cls,
}
GNUNET_free (mks);
}
+ else
+ {
+ GNUNET_log (GNUNET_ERROR_TYPE_WARNING,
+ "MASTER_KEY not given in section '%s', not trusting exchange\n",
+ section);
+
+ }
GNUNET_CONTAINER_DLL_insert (exchange_head,
exchange_tail,
exchange);