Skip to content

v0.2.48..v0.2.49 changeset OsmSchema.cpp

Garret Voltz edited this page Oct 2, 2019 · 1 revision
diff --git a/hoot-core/src/main/cpp/hoot/core/schema/OsmSchema.cpp b/hoot-core/src/main/cpp/hoot/core/schema/OsmSchema.cpp
index 54ce0d6..a88d4a4 100644
--- a/hoot-core/src/main/cpp/hoot/core/schema/OsmSchema.cpp
+++ b/hoot-core/src/main/cpp/hoot/core/schema/OsmSchema.cpp
@@ -326,6 +326,7 @@ public:
     return result;
   }
 
+  // TODO: move this to a test class
   void createTestingGraph()
   {
     SchemaVertex v;
@@ -1746,6 +1747,7 @@ void OsmSchema::loadDefault()
 
   LOG_DEBUG("Loading translation files...");
   OsmSchemaLoaderFactory::getInstance().createLoader(path)->load(path, *this);
+  LOG_DEBUG("Translation files loaded.");
 }
 
 double OsmSchema::score(const QString& kvp1, const QString& kvp2)
Clone this wiki locally