mirror of https://github.com/kiwix/libkiwix.git
+ more debug informtion in the indexer
This commit is contained in:
parent
ebd9ee6c01
commit
65b6efc307
|
@ -85,6 +85,10 @@ namespace kiwix {
|
||||||
zim::Article currentArticle;
|
zim::Article currentArticle;
|
||||||
|
|
||||||
while (currentOffset < lastOffset) {
|
while (currentOffset < lastOffset) {
|
||||||
|
if (this->getVerboseFlag()) {
|
||||||
|
std::cout << "Extracting article with offset: " << currentOffset << std::endl;
|
||||||
|
}
|
||||||
|
|
||||||
currentArticle = zimHandler->getArticle(currentOffset);
|
currentArticle = zimHandler->getArticle(currentOffset);
|
||||||
|
|
||||||
if (!currentArticle.isRedirect()) {
|
if (!currentArticle.isRedirect()) {
|
||||||
|
|
Loading…
Reference in New Issue