Skip to content

v0.2.47..v0.2.48 changeset NamedOp.cpp

Garret Voltz edited this page Sep 27, 2019 · 1 revision
diff --git a/hoot-core/src/main/cpp/hoot/core/ops/NamedOp.cpp b/hoot-core/src/main/cpp/hoot/core/ops/NamedOp.cpp
index bbab97d..b280803 100644
--- a/hoot-core/src/main/cpp/hoot/core/ops/NamedOp.cpp
+++ b/hoot-core/src/main/cpp/hoot/core/ops/NamedOp.cpp
@@ -144,7 +144,7 @@ void NamedOp::apply(OsmMapPtr& map)
       StringUtils::formatLargeNumber(map->getElementCount()));
     if (statusInfo.get() && !statusInfo->getCompletedStatusMessage().trimmed().isEmpty())
     {
-      LOG_INFO(
+      LOG_DEBUG(
         "\t" << statusInfo->getCompletedStatusMessage() + " in " +
         StringUtils::secondsToDhms(timer.elapsed()));
     }
Clone this wiki locally