aboutsummaryrefslogtreecommitdiffstats
path: root/src/libmime/lang_detection.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/libmime/lang_detection.c')
-rw-r--r--src/libmime/lang_detection.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/libmime/lang_detection.c b/src/libmime/lang_detection.c
index 0312d009b..bb00fb31d 100644
--- a/src/libmime/lang_detection.c
+++ b/src/libmime/lang_detection.c
@@ -1675,6 +1675,9 @@ rspamd_language_detector_try_stop_words (struct rspamd_task *task,
ret = TRUE;
}
}
+ else {
+ msg_debug_lang_det ("found no stop words in a text");
+ }
kh_destroy (rspamd_sw_hash, cbdata.res);