summaryrefslogtreecommitdiffstats
path: root/streamingvisitors
diff options
context:
space:
mode:
Diffstat (limited to 'streamingvisitors')
-rw-r--r--streamingvisitors/src/vespa/vsm/searcher/fieldsearcher.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/streamingvisitors/src/vespa/vsm/searcher/fieldsearcher.cpp b/streamingvisitors/src/vespa/vsm/searcher/fieldsearcher.cpp
index 7c5348e3f4f..6f8a5978583 100644
--- a/streamingvisitors/src/vespa/vsm/searcher/fieldsearcher.cpp
+++ b/streamingvisitors/src/vespa/vsm/searcher/fieldsearcher.cpp
@@ -245,7 +245,7 @@ void FieldIdTSearcherMap::prepare(const DocumentTypeIndexFieldMapT & difm, const
}
/// Should perhaps do a unique on onlyInIndex
(*it)->prepare(onlyInIndex, searcherBuf);
- if (logger.wants(ns_log::Logger::spam)) {
+ if (LOG_WOULD_LOG(spam)) {
char tmpBuf[16];
sprintf(tmpBuf,"%d", fid);
tmp += tmpBuf;