소스 검색

[Minor] Print some more stats

tags/3.8.0
Vsevolod Stakhov 5 달 전
부모
커밋
adf0dae1e8
No account linked to committer's email address
1개의 변경된 파일5개의 추가작업 그리고 1개의 파일을 삭제
  1. 5
    1
      src/libmime/lang_detection.c

+ 5
- 1
src/libmime/lang_detection.c 파일 보기

@@ -2045,8 +2045,12 @@ rspamd_language_detector_detect(struct rspamd_task *task,
cand = g_ptr_array_index(part->languages, 0);
if (cand->elt) {
cand->elt->occurrences++;
d->total_occurrences++;

msg_debug_lang_det("updated stat for %s: %d occurrences, %z total detected",
cand->elt->name, cand->elt->occurrences,
d->total_occurrences);
}
d->total_occurrences++;
}

end_ticks = rspamd_get_ticks(TRUE);

Loading…
취소
저장