diff options
Diffstat (limited to 'src/exchange/taler-exchange-httpd_extensions.c')
-rw-r--r-- | src/exchange/taler-exchange-httpd_extensions.c | 9 |
1 files changed, 4 insertions, 5 deletions
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 |