Skip to content

Commit

Permalink
[Minor] Oops, fix format string
Browse files Browse the repository at this point in the history
  • Loading branch information
vstakhov committed Feb 7, 2020
1 parent 27c0e17 commit bbc2858
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libmime/lang_detection.c
Expand Up @@ -1701,7 +1701,7 @@ rspamd_language_detector_try_stop_words (struct rspamd_task *task,

if (max_rate > 0 && sel) {
msg_debug_lang_det ("set language based on stop words script %s, %.3f found",
sel, max_rate);
sel->name, max_rate);
rspamd_language_detector_set_language (task, part,
sel->name, sel);

Expand Down

0 comments on commit bbc2858

Please sign in to comment.