From 7da69142b4d39681a74b9654c5dec1cbc8b9b24b Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Tue, 21 Feb 2023 14:44:31 +0100 Subject: -misc minor bugfixes --- src/exchange/taler-exchange-httpd_extensions.c | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'src/exchange/taler-exchange-httpd_extensions.c') diff --git a/src/exchange/taler-exchange-httpd_extensions.c b/src/exchange/taler-exchange-httpd_extensions.c index ecced1fd..48c3f4a9 100644 --- a/src/exchange/taler-exchange-httpd_extensions.c +++ b/src/exchange/taler-exchange-httpd_extensions.c @@ -150,12 +150,11 @@ extension_update_event_cb (void *cls, { TEH_age_restriction_enabled = true; TEH_age_restriction_config = *conf; + GNUNET_log (GNUNET_ERROR_TYPE_INFO, + "[age restriction] DB event has changed the config to %s with mask: %s\n", + TEH_age_restriction_enabled ? "enabled": "DISABLED", + TALER_age_mask_to_string (&conf->mask)); } - GNUNET_log (GNUNET_ERROR_TYPE_INFO, - "[age restriction] DB event has changed the config to %s with mask: %s\n", - TEH_age_restriction_enabled ? "enabled": "DISABLED", - TALER_age_mask_to_string (&conf->mask)); - } // Finally, call TEH_keys_update_states in order to refresh the cached -- cgit v1.2.3