bump doc create/update messages updates to loginfo so that indexing progress can be monitored with less noise

This commit is contained in:
Jean-Francois Dockes 2011-09-30 08:47:39 +02:00
parent e0aa67f0dc
commit 383468e2fc

View File

@ -1240,9 +1240,9 @@ bool Db::addOrUpdate(const string &udi, const string &parent_udi,
m_ndb->xwdb.replace_document(uniterm, newdocument);
if (did < updated.size()) {
updated[did] = true;
LOGDEB(("Db::add: docid %d updated [%s]\n", did, fnc));
LOGINFO(("Db::add: docid %d updated [%s]\n", did, fnc));
} else {
LOGDEB(("Db::add: docid %d added [%s]\n", did, fnc));
LOGINFO(("Db::add: docid %d added [%s]\n", did, fnc));
}
} XCATCHERROR(ermsg);