From 5ec2808c489116bd19977664e5d000182bc92ff4 Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Thu, 12 Sep 2024 13:33:18 +0100 Subject: [PATCH] [Minor] Sigh, so hard to fix it --- src/fuzzy_storage.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fuzzy_storage.c b/src/fuzzy_storage.c index fdd6d456e9..841d040b2a 100644 --- a/src/fuzzy_storage.c +++ b/src/fuzzy_storage.c @@ -3027,7 +3027,7 @@ fuzzy_add_keypair_from_ucl(struct rspamd_config *cfg, const ucl_object_t *obj, } } - msg_debug("loaded keypair %*bs; expire=%f; rate=%f; burst=%s; name=%s", (int) crypto_box_publickeybytes(), pk, + msg_debug("loaded keypair %*bs; expire=%f; rate=%f; burst=%f; name=%s", (int) crypto_box_publickeybytes(), pk, key->expire, key->rate, key->burst, key->name); return key; -- 2.47.3