Skip to content

v0.2.50..v0.2.51 changeset MultiaryMatchComparator.cpp

Garret Voltz edited this page Jan 15, 2020 · 1 revision
diff --git a/hoot-rnd/src/main/cpp/hoot/rnd/scoring/multiary/MultiaryMatchComparator.cpp b/hoot-rnd/src/main/cpp/hoot/rnd/scoring/multiary/MultiaryMatchComparator.cpp
index 20aaec1..6d12fed 100644
--- a/hoot-rnd/src/main/cpp/hoot/rnd/scoring/multiary/MultiaryMatchComparator.cpp
+++ b/hoot-rnd/src/main/cpp/hoot/rnd/scoring/multiary/MultiaryMatchComparator.cpp
@@ -159,10 +159,10 @@ void MultiaryMatchComparator::_calculateNodeBasedStats(const ConstOsmMapPtr& con
         if (foundCategory == false)
         {
           _addToConfusionTable(conf, confusionTables[noCategory]);
-          LOG_VAR(tags);
+          LOG_VART(tags);
           foreach (const ScriptToOgrSchemaTranslator::TranslatedFeature& tf, translated)
           {
-            LOG_VAR(tf);
+            LOG_VART(tf);
           }
         }
       }
Clone this wiki locally