aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/controller.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/controller.c b/src/controller.c
index eb58db211..339cf1184 100644
--- a/src/controller.c
+++ b/src/controller.c
@@ -3066,7 +3066,7 @@ rspamd_controller_metrics_fin_task(void *ud)
g_hash_table_iter_init(&it, fuzzy_elts);
while (g_hash_table_iter_next(&it, NULL, (gpointer *) &entry)) {
if (entry->name) {
- rspamd_printf_fstring(&output, "rspamd_fuzzy_stat{storage=\"%s\"} %ud\n",
+ rspamd_printf_fstring(&output, "rspamd_fuzzy_stat{storage=\"%s\"} %uL\n",
entry->name, entry->fuzzy_cnt);
}
}