From: Vsevolod Stakhov Date: Thu, 12 Sep 2024 12:33:18 +0000 (+0100) Subject: [Minor] Sigh, so hard to fix it X-Git-Tag: 3.10.0~18^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=5ec2808c489116bd19977664e5d000182bc92ff4;p=rspamd.git [Minor] Sigh, so hard to fix it --- diff --git a/src/fuzzy_storage.c b/src/fuzzy_storage.c index fdd6d456e..841d040b2 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;