Skip to content

v0.2.50..v0.2.51 changeset EdgeMatchSetFinder.cpp

Garret Voltz edited this page Jan 15, 2020 · 1 revision
diff --git a/hoot-core/src/main/cpp/hoot/core/conflate/network/EdgeMatchSetFinder.cpp b/hoot-core/src/main/cpp/hoot/core/conflate/network/EdgeMatchSetFinder.cpp
index 0156f3a..01ceb26 100644
--- a/hoot-core/src/main/cpp/hoot/core/conflate/network/EdgeMatchSetFinder.cpp
+++ b/hoot-core/src/main/cpp/hoot/core/conflate/network/EdgeMatchSetFinder.cpp
@@ -423,7 +423,7 @@ bool EdgeMatchSetFinder::_recordMatch(ConstEdgeMatchPtr em)
       {
         LOG_TRACE(
           "Removing similar edge match: " << existingSimilarMatch.match << " with lower score: " <<
-          score << " than found edge match: " << em << "...");;
+          score << " than found edge match: " << em << "...");
         _matchSet->removeEdgeMatch(existingSimilarMatch.match);
       }
     }
Clone this wiki locally