aboutsummaryrefslogtreecommitdiffstats
path: root/searchcore
diff options
context:
space:
mode:
authorArne Juul <arnej@verizonmedia.com>2020-07-14 08:45:12 +0000
committerArne Juul <arnej@verizonmedia.com>2020-07-15 15:39:23 +0000
commite4f9b819485bcdbd4a0f103268a65004b58650e0 (patch)
treeddf6fa28af313623398e7535a118533751f9d980 /searchcore
parent2de929825f7c0f5e181ef226c2c9d63b127a403f (diff)
fix TODOs
Diffstat (limited to 'searchcore')
-rw-r--r--searchcore/src/vespa/searchcore/proton/matching/resolveviewvisitor.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/searchcore/src/vespa/searchcore/proton/matching/resolveviewvisitor.cpp b/searchcore/src/vespa/searchcore/proton/matching/resolveviewvisitor.cpp
index f467e9dd9d1..b12b48465d9 100644
--- a/searchcore/src/vespa/searchcore/proton/matching/resolveviewvisitor.cpp
+++ b/searchcore/src/vespa/searchcore/proton/matching/resolveviewvisitor.cpp
@@ -18,7 +18,7 @@ ResolveViewVisitor::visit(ProtonLocationTerm &n) {
auto newView = document::PositionDataType::getZCurveFieldName(oldView);
n.setView(newView);
n.resolve(_resolver, _indexEnv);
- LOG(info, "ProtonLocationTerm found %zu field after view change %s -> %s",
+ LOG(debug, "ProtonLocationTerm found %zu field after view change %s -> %s",
n.numFields(), oldView.c_str(), newView.c_str());
}
}