Skip to content

v0.2.47..v0.2.48 changeset Way.cpp

Garret Voltz edited this page Sep 27, 2019 · 1 revision
diff --git a/hoot-core/src/main/cpp/hoot/core/elements/Way.cpp b/hoot-core/src/main/cpp/hoot/core/elements/Way.cpp
index 4be831a..6d00fab 100644
--- a/hoot-core/src/main/cpp/hoot/core/elements/Way.cpp
+++ b/hoot-core/src/main/cpp/hoot/core/elements/Way.cpp
@@ -285,6 +285,8 @@ void Way::removeNode(long id)
 
 void Way::replaceNode(long oldId, long newId)
 {
+  LOG_TRACE("Replacing node: " << oldId << " with: " << newId << "...");
+
   const vector<long>& ids = getNodeIds();
 
   bool change = false;
Clone this wiki locally