mirror of
https://github.com/kiwix/kiwix-tools.git
synced 2025-09-23 03:52:35 -04:00
+ remove debug outputs
This commit is contained in:
parent
05e491012d
commit
beb2f242d9
@ -162,7 +162,7 @@ static int accessHandlerCallback(void *cls,
|
||||
/* Mutex lock */
|
||||
pthread_mutex_lock(&searcherLock);
|
||||
|
||||
searcher->search(pattern, 30);
|
||||
searcher->search(pattern, 30, verboseFlag);
|
||||
content = "<html><head><title>Kiwix search results</title></head><body><h1>Results</h1><hr/><ol>\n";
|
||||
while (searcher->getNextResult(urlStr, titleStr, scoreInt)) {
|
||||
sprintf(scoreStr, "%d", scoreInt);
|
||||
|
Loading…
x
Reference in New Issue
Block a user