Skip to content

Commit

Permalink
Merge pull request #212 from malin1993ml/master
Browse files Browse the repository at this point in the history
Debug level fix
  • Loading branch information
apavlo committed Jun 1, 2016
2 parents 977dbe1 + b56617b commit ef70c46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ee/execution/VoltDBEngine.cpp
Expand Up @@ -1311,7 +1311,7 @@ int VoltDBEngine::getStats(int selector, int locators[], int numLocators,
catalog::Index *catIndex = idx_iterator->second;
CatalogId indexId = computeIndexStatsId(catTable->relativeIndex(), catIndex->relativeIndex());
locatorIds.push_back(indexId);
VOLT_ERROR("FETCH IndexStats: %s.%s -> %d\n",
VOLT_DEBUG("FETCH IndexStats: %s.%s -> %d\n",
catTable->name().c_str(), catIndex->name().c_str(), indexId);
} // FOR
} // FOR
Expand Down

0 comments on commit ef70c46

Please sign in to comment.