Skip to content

Commit

Permalink
[Minor] Show the fasttext status in version output
Browse files Browse the repository at this point in the history
  • Loading branch information
vstakhov committed May 6, 2023
1 parent 7f7e053 commit e51c5eb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/rspamd.c
Original file line number Diff line number Diff line change
Expand Up @@ -1328,6 +1328,11 @@ version (struct rspamd_main *rspamd_main)
#else
rspamd_printf ("BLAS enabled: FALSE\n");
#endif
#ifdef WITH_FASTTEXT
rspamd_printf ("Fasttext enabled: TRUE\n");
#else
rspamd_printf ("Fasttext enabled: FALSE\n");
#endif
}

static gboolean
Expand Down

0 comments on commit e51c5eb

Please sign in to comment.