aboutsummaryrefslogtreecommitdiffstats
path: root/searchcore/src
diff options
context:
space:
mode:
authorGeir Storli <geirst@oath.com>2018-05-11 12:32:32 +0000
committerGeir Storli <geirst@oath.com>2018-05-11 12:32:32 +0000
commitf9689f577f2825719a4b503056871285a5d11958 (patch)
treebf8d0b1c094891e92cb139782af20535871e05e2 /searchcore/src
parent6a159ff2e95e37a7e50b5aabfdb553f283021d95 (diff)
Improve logging.
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(),