-
Notifications
You must be signed in to change notification settings - Fork 74
v0.2.49..v0.2.50 changeset ReviewMarker.cpp
Garret Voltz edited this page Nov 6, 2019
·
1 revision
diff --git a/hoot-core/src/main/cpp/hoot/core/conflate/review/ReviewMarker.cpp b/hoot-core/src/main/cpp/hoot/core/conflate/review/ReviewMarker.cpp
index 907846e..c5f7d5b 100644
--- a/hoot-core/src/main/cpp/hoot/core/conflate/review/ReviewMarker.cpp
+++ b/hoot-core/src/main/cpp/hoot/core/conflate/review/ReviewMarker.cpp
@@ -234,7 +234,7 @@ void ReviewMarker::mark(const OsmMapPtr &map, const std::vector<ElementId>& ids,
map->addElement(r);
- LOG_DEBUG("Marked review: " << r);
+ LOG_TRACE("Marked review: " << r);
}
void ReviewMarker::removeElement(const OsmMapPtr& map, ElementId eid)