Skip to content

Commit

Permalink
[Minor] Grr, one more format string issue
Browse files Browse the repository at this point in the history
  • Loading branch information
vstakhov committed Oct 26, 2020
1 parent 3263011 commit 1f3a12d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libserver/maps/map_helpers.c
Expand Up @@ -482,7 +482,7 @@ rspamd_map_helper_insert_radix (gpointer st, gconstpointer key, gconstpointer va
}
else {
msg_warn_map ("duplicate radix entry found for map %s: %s (old value: '%s', new: '%s')",
map->name, key, kh_value (r->htb, k)->value, val);
map->name, key, val->value, value);
}

nk = kh_key (r->htb, k).begin;
Expand Down

0 comments on commit 1f3a12d

Please sign in to comment.