From f9689f577f2825719a4b503056871285a5d11958 Mon Sep 17 00:00:00 2001 From: Geir Storli Date: Fri, 11 May 2018 12:32:32 +0000 Subject: Improve logging. --- searchcore/src/tests/proton/common/selectpruner_test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'searchcore') 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(), -- cgit v1.2.3