SearchEvent.log.info("text snippet load time for "+page.url()+": "+snippetComputationTime+", "+(!snippet.getErrorCode().fail()?"snippet found":("no snippet found ("+snippet.getError()+")")));
SearchEvent.log.info("text snippet load time for "+page.url().toNormalform(true)+": "+snippetComputationTime+", "+(!snippet.getErrorCode().fail()?"snippet found":("no snippet found ("+snippet.getError()+")")));
if(!snippet.getErrorCode().fail()){
// we loaded the file and found the snippet
@ -1429,7 +1432,6 @@ public final class SearchEvent {
// (happens if a search pages is accessed a second time)