1
0
Fork 0

Adjust a cout message.

This commit is contained in:
Max Neunhoeffer 2014-08-27 16:58:20 +02:00
parent 4441316115
commit c079de3a94
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@ int Optimizer::createPlans (ExecutionPlan* plan) {
auto it = std::upper_bound(_rules.begin(), _rules.end(), r);
TRI_ASSERT(it != _rules.end());
std::cout << "Trying rule " << &(it->func) << " with level "
<< it->level << " to plan " << count++
<< it->level << " on plan " << count++
<< std::endl;
try {
// keep should have a default value so rules that forget to set it