+ more debug informtion in the indexer

This commit is contained in:
kelson42 2012-09-05 11:06:42 +00:00
parent ebd9ee6c01
commit 65b6efc307
1 changed files with 4 additions and 0 deletions

View File

@ -85,6 +85,10 @@ namespace kiwix {
zim::Article currentArticle;
while (currentOffset < lastOffset) {
if (this->getVerboseFlag()) {
std::cout << "Extracting article with offset: " << currentOffset << std::endl;
}
currentArticle = zimHandler->getArticle(currentOffset);
if (!currentArticle.isRedirect()) {