Closed protegh closed 8 months ago
With commit 7581190 the "Box is empty" message in src/fts-backend-xapian-functions.cpp was changed to an unconditional i_warning and so fills my log despite of my setting verbose=0. Why was the if(fts_xapian_settings.verbose>1) condition removed?
src/fts-backend-xapian-functions.cpp
i_warning
verbose=0
if(fts_xapian_settings.verbose>1)
Shall be fixd in latest git
With commit 7581190 the "Box is empty" message in
src/fts-backend-xapian-functions.cpp
was changed to an unconditionali_warning
and so fills my log despite of my settingverbose=0
. Why was theif(fts_xapian_settings.verbose>1)
condition removed?