]> source.dussan.org Git - rspamd.git/commitdiff
[Minor] Sigh, so hard to fix it 5135/head
authorVsevolod Stakhov <vsevolod@rspamd.com>
Thu, 12 Sep 2024 12:33:18 +0000 (13:33 +0100)
committerVsevolod Stakhov <vsevolod@rspamd.com>
Thu, 12 Sep 2024 12:33:18 +0000 (13:33 +0100)
src/fuzzy_storage.c

index fdd6d456e960589de32476ede321f39c5a3b6753..841d040b2ac2ceb0bc571ad3d3417e1b8dca6884 100644 (file)
@@ -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;