Skip to content

v0.2.54..v0.2.55 changeset OverlapExtractor.cpp

Garret Voltz edited this page Aug 14, 2020 · 1 revision
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() <<
     "...");
 
Clone this wiki locally