Skip to content

v0.2.47..v0.2.48 changeset UnifyingConflator.cpp

Garret Voltz edited this page Sep 27, 2019 · 1 revision
diff --git a/hoot-core/src/main/cpp/hoot/core/conflate/UnifyingConflator.cpp b/hoot-core/src/main/cpp/hoot/core/conflate/UnifyingConflator.cpp
index d1f6011..4846542 100644
--- a/hoot-core/src/main/cpp/hoot/core/conflate/UnifyingConflator.cpp
+++ b/hoot-core/src/main/cpp/hoot/core/conflate/UnifyingConflator.cpp
@@ -246,7 +246,7 @@ void UnifyingConflator::apply(OsmMapPtr& map)
   //#warning validateConflictSubset is on, this is slow.
   //_validateConflictSubset(map, _matches);
   // TODO: this stat isn't right for Network
-  LOG_INFO("Post constraining match count: " << _matches.size());
+  LOG_DEBUG("Post constraining match count: " << _matches.size());
   OsmMapWriterFactory::writeDebugMap(map, "after-match-optimization");
 
   {
@@ -361,7 +361,7 @@ QString UnifyingConflator::_matchSetToString(const MatchSet& matchSet) const
 void UnifyingConflator::_removeWholeGroups(vector<const Match*>& matches,
   MatchSetVector& matchSets, const OsmMapPtr& map)
 {
-  LOG_INFO("Removing whole group matches...");
+  LOG_DEBUG("Removing whole group matches...");
 
   // search the matches for groups (subgraphs) of matches. In other words, groups where all the
   // matches are interrelated by element id
Clone this wiki locally