debug trace

This commit is contained in:
dockes 2009-06-22 08:57:53 +00:00
parent cfdb0d3f85
commit 29513a5863

View File

@ -411,6 +411,9 @@ DbIndexer::processone(const std::string &fn, const struct stat *stp,
return FsTreeWalker::FtwOk;
}
LOGDEB0(("processone: processing: [%s] %s\n",
displayableBytes(stp->st_size).c_str(), fn.c_str()));
FileInterner interner(fn, stp, m_config, m_tmpdir);
// File name transcoded to utf8 for indexation.