- Diagnostics for filter eval were not enabled properly. Now rc.debug.parser=2
  will show all filter eval diagnostics.
This commit is contained in:
Paul Beckingham 2014-11-22 13:48:28 -05:00
parent 85518c646f
commit d5c937ba8c
3 changed files with 8 additions and 4 deletions

View file

@ -1565,7 +1565,7 @@ void CLI::insertIDExpr ()
}
}
// Combine the ID and UUID sections wiþh 'or'.
// Combine the ID and UUID sections with 'or'.
if (_id_ranges.size () &&
_uuid_list.size ())
reconstructed.push_back (opOr);