Skip to content
This repository was archived by the owner on Aug 10, 2025. It is now read-only.

Commit ef70c46

Browse files
committed
Merge pull request #212 from malin1993ml/master
Debug level fix
2 parents 977dbe1 + b56617b commit ef70c46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ee/execution/VoltDBEngine.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1311,7 +1311,7 @@ int VoltDBEngine::getStats(int selector, int locators[], int numLocators,
13111311
catalog::Index *catIndex = idx_iterator->second;
13121312
CatalogId indexId = computeIndexStatsId(catTable->relativeIndex(), catIndex->relativeIndex());
13131313
locatorIds.push_back(indexId);
1314-
VOLT_ERROR("FETCH IndexStats: %s.%s -> %d\n",
1314+
VOLT_DEBUG("FETCH IndexStats: %s.%s -> %d\n",
13151315
catTable->name().c_str(), catIndex->name().c_str(), indexId);
13161316
} // FOR
13171317
} // FOR

0 commit comments

Comments
 (0)