mirror of
https://github.com/kiwix/libkiwix.git
synced 2025-06-28 05:49:35 +00:00
+ more debug informtion in the indexer
This commit is contained in:
@ -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()) {
|
||||
|
Reference in New Issue
Block a user