-
Notifications
You must be signed in to change notification settings - Fork 74
v0.2.47..v0.2.48 changeset IdGenerator.cpp
Garret Voltz edited this page Sep 27, 2019
·
1 revision
diff --git a/hoot-core/src/main/cpp/hoot/core/util/IdGenerator.cpp b/hoot-core/src/main/cpp/hoot/core/util/IdGenerator.cpp
index 5bfbfaa..2d54884 100644
--- a/hoot-core/src/main/cpp/hoot/core/util/IdGenerator.cpp
+++ b/hoot-core/src/main/cpp/hoot/core/util/IdGenerator.cpp
@@ -39,6 +39,7 @@ std::shared_ptr<IdGenerator> IdGenerator::getInstance()
{
if (!_theInstance)
{
+ LOG_VARD(ConfigOptions().getIdGenerator());
_theInstance.reset(Factory::getInstance().constructObject<IdGenerator>(
ConfigOptions().getIdGenerator()));
}