summaryrefslogtreecommitdiffstats
path: root/searchcore
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2016-11-14 13:38:50 +0000
committerHenning Baldersheim <balder@yahoo-inc.com>2016-11-14 17:36:21 +0000
commit49ee2f0625be4c26e512fad2748e5312e6d38bbe (patch)
tree278ba6a0c86e9841cc8aaab5c8c61b80fe84926d /searchcore
parentbf2d2b4d0fa979180be37f70a173769e633d982a (diff)
Move to spam.
Diffstat (limited to 'searchcore')
-rw-r--r--searchcore/src/vespa/searchcore/proton/server/searchview.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/searchcore/src/vespa/searchcore/proton/server/searchview.cpp b/searchcore/src/vespa/searchcore/proton/server/searchview.cpp
index 07ac0df1102..3a811743c4e 100644
--- a/searchcore/src/vespa/searchcore/proton/server/searchview.cpp
+++ b/searchcore/src/vespa/searchcore/proton/server/searchview.cpp
@@ -117,7 +117,7 @@ SearchView::SearchView(const ISummaryManager::ISummarySetup::SP & summarySetup,
DocsumReply::UP
SearchView::getDocsums(const DocsumRequest & req)
{
- LOG(debug, "getDocsums(): resultClass(%s), numHits(%zu)", req.resultClassName.c_str(), req.hits.size());
+ LOG(spam, "getDocsums(): resultClass(%s), numHits(%zu)", req.resultClassName.c_str(), req.hits.size());
if (_summarySetup->getResultConfig(). LookupResultClassId(req.resultClassName.c_str()) == ResultConfig::NoClassID()) {
LOG(warning, "There is no summary class with name '%s' in the summary config. Returning empty document summary for %zu hit(s)",
req.resultClassName.c_str(), req.hits.size());