We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
diff --git a/hoot-core/src/main/cpp/hoot/core/algorithms/extractors/OverlapExtractor.cpp b/hoot-core/src/main/cpp/hoot/core/algorithms/extractors/OverlapExtractor.cpp index 12395d3..fe9806e 100644 --- a/hoot-core/src/main/cpp/hoot/core/algorithms/extractors/OverlapExtractor.cpp +++ b/hoot-core/src/main/cpp/hoot/core/algorithms/extractors/OverlapExtractor.cpp @@ -54,7 +54,7 @@ OverlapExtractor::OverlapExtractor() double OverlapExtractor::extract(const OsmMap& map, const ConstElementPtr& target, const ConstElementPtr& candidate) const { - LOG_DEBUG( + LOG_TRACE( "Calculating overlap for " << target->getElementId() << " and " << candidate->getElementId() << "...");