aboutsummaryrefslogtreecommitdiffstats
path: root/searchcore/src
diff options
context:
space:
mode:
Diffstat (limited to 'searchcore/src')
-rw-r--r--searchcore/src/tests/proton/common/selectpruner_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/searchcore/src/tests/proton/common/selectpruner_test.cpp b/searchcore/src/tests/proton/common/selectpruner_test.cpp
index a4c47b78e9f..a7feb865d96 100644
--- a/searchcore/src/tests/proton/common/selectpruner_test.cpp
+++ b/searchcore/src/tests/proton/common/selectpruner_test.cpp
@@ -257,7 +257,7 @@ TestFixture::testPrune(const string &selection,
pruner.getNode()->print(pos, true, "");
EXPECT_EQUAL(exp, pos.str());
LOG(info,
- "Pruned ParseTree: '%s', fieldNodes=%u,%u, %s, rs=%s",
+ "Pruned ParseTree: '%s', fieldNodes=%u, attrFieldNodes=%u, cs=%s, rs=%s",
pos.str().c_str(),
pruner.getFieldNodes(),
pruner.getAttrFieldNodes(),