log message

This commit is contained in:
Jean-Francois Dockes 2018-04-10 10:31:24 +02:00
parent 737c7ceecb
commit 3168ba1082

View File

@ -298,6 +298,8 @@ void Db::Native::openWrite(const string& dir, Db::OpenMode mode)
xwdb = Xapian::WritableDatabase(stub, action);
m_storetext = false;
}
LOGINF("Rcl::Db::openWrite: new index will " << (m_storetext?"":"not ")
<< "store document text\n");
#else
// Old Xapian (chert only) or newer (no chert). Use the
// default index backend and let the user decide of the